]> Cypherpunks repositories - gostls13.git/commit
html: parse and render <plaintext> elements
authorAndrew Balholm <andybalholm@gmail.com>
Tue, 15 Nov 2011 00:39:18 +0000 (11:39 +1100)
committerNigel Tao <nigeltao@golang.org>
Tue, 15 Nov 2011 00:39:18 +0000 (11:39 +1100)
commit3bd5082f579d3a45cfa3969d799bef2539c988f0
treece3880a78ed73c9ebeecbafe593a6e9340783ee8
parentf5cf0a486ecded2e5200b53973cc53c74d1f25aa
html: parse and render <plaintext> elements

Pass tests2.dat, test 10:
<table><plaintext><td>

| <html>
|   <head>
|   <body>
|     <plaintext>
|       "<td>"
|     <table>

Also pass tests through test 25:
<!doctypehtml><p><dd>

R=nigeltao
CC=golang-dev
https://golang.org/cl/5369109
src/pkg/html/parse.go
src/pkg/html/parse_test.go
src/pkg/html/render.go
src/pkg/html/token.go