1. 05 Jan, 2012 10 commits
  2. 04 Jan, 2012 7 commits
  3. 03 Jan, 2012 9 commits
  4. 27 Dec, 2011 2 commits
  5. 26 Dec, 2011 2 commits
  6. 25 Dec, 2011 3 commits
  7. 24 Dec, 2011 1 commit
    • 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
  8. 23 Dec, 2011 6 commits