]> Cypherpunks repositories - gostls13.git/commit
html: detect quirks mode
authorAndrew Balholm <andybalholm@gmail.com>
Tue, 29 Nov 2011 00:18:49 +0000 (11:18 +1100)
committerNigel Tao <nigeltao@golang.org>
Tue, 29 Nov 2011 00:18:49 +0000 (11:18 +1100)
commitc32b60768785684342ebf6efdf50a7476326f473
tree98b560341ad38ca554334fe1322db5c2b346a66d
parent6d4c18a4af447dab97c10e4bd6c8ce5fbb3bcb13
html: detect quirks mode

Pass tests3.dat, test 23:
<p><table></table>

| <html>
|   <head>
|   <body>
|     <p>
|       <table>

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