]> Cypherpunks repositories - gostls13.git/commit
html: "in select in table" insertion mode.
authorAndrew Balholm <andybalholm@gmail.com>
Sat, 24 Dec 2011 00:07:14 +0000 (11:07 +1100)
committerNigel Tao <nigeltao@golang.org>
Sat, 24 Dec 2011 00:07:14 +0000 (11:07 +1100)
commitb28f017537df9c10e45c5474612082ed4bbfc8ef
tree2ade6e3a1c6a4a1fb17696a45631e18005005d7c
parentcadbd3ea4986a43eebb1be3cacdce346513d537f
html: "in select in table" insertion mode.

Pass tests10.dat, test 16:
<!DOCTYPE
html><body><table><tr><td><select><svg><g>foo</g><g>bar</g><p>baz</table><p>quux

| <!DOCTYPE html>
| <html>
|   <head>
|   <body>
|     <table>
|       <tbody>
|         <tr>
|           <td>
|             <select>
|               "foobarbaz"
|     <p>
|       "quux"

Also pass tests through test 21:
<!DOCTYPE html><frameset></frameset><svg><g></g><g></g><p><span>

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