]> Cypherpunks repositories - gostls13.git/commit
html: ignore <caption>, <col>, <tbody> etc. when parsing table fragments
authorAndrew Balholm <andybalholm@gmail.com>
Mon, 19 Dec 2011 23:57:06 +0000 (10:57 +1100)
committerNigel Tao <nigeltao@golang.org>
Mon, 19 Dec 2011 23:57:06 +0000 (10:57 +1100)
commita0bd46e70fa09e8fe4749399440a2dc52e80f84a
tree715c2e5478bc42261d6ab743feaeea4fd3aba21d
parent315b361f898e2a7f299a742be5cfcb56c04d5c9d
html: ignore <caption>, <col>, <tbody> etc. when parsing table fragments

Pass tests6.dat, test 36:
<caption><col><colgroup><tbody><tfoot><thead><tr>

| <tr>

Pass tests through test 44:
<body></body></html>

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