go/src/pkg/html
Andrew Balholm 3b3922771a html: parse <xmp> tags
Pass tests5.dat, test 10:
<p><xmp></xmp>

| <html>
|   <head>
|   <body>
|     <p>
|     <xmp>

Also pass the remaining tests in tests5.dat.

R=nigeltao
CC=golang-dev
https://golang.org/cl/5440062
2011-11-30 15:37:41 +11:00
..
template html/template: fix documentation indent 2011-11-25 13:32:44 +11:00
testdata/webkit html: sync html/testdata/webkit with upstream WebKit. 2011-07-21 12:50:45 +10:00
Makefile html: spin doctype.go out of parse.go. 2011-11-29 18:20:59 +11:00
const.go html: parse misnested formatting tags according to the HTML5 spec. 2011-07-21 11:20:54 +10:00
doc.go html: fix doc after Err method name change 2011-11-18 01:06:59 -02:00
doctype.go html: spin doctype.go out of parse.go. 2011-11-29 18:20:59 +11:00
entity.go cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune 2011-10-25 22:20:02 -07:00
entity_test.go renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
escape.go renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
node.go html: stop at scope marker node when generating implied </a> tags 2011-11-02 11:47:05 +11:00
parse.go html: parse <xmp> tags 2011-11-30 15:37:41 +11:00
parse_test.go html: parse <xmp> tags 2011-11-30 15:37:41 +11:00
render.go html: parse <xmp> tags 2011-11-30 15:37:41 +11:00
render_test.go html: add a Render function. 2011-10-10 14:44:37 +11:00
token.go html: parse <xmp> tags 2011-11-30 15:37:41 +11:00
token_test.go html: on EOF in a comment, ignore final dashes (up to 2) 2011-11-23 09:26:37 +11:00