• Andrew Balholm's avatar
    html: "in select in table" insertion mode. · b28f0175
    Andrew Balholm authored
    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
    b28f0175
parse.go 40.4 KB