1. 26 Oct, 2011 1 commit
    • Andrew Balholm's avatar
      html: improve parsing of tables · 6e318bda
      Andrew Balholm authored
      When foster parenting, merge adjacent text nodes.
      Properly close table row at </tr> tag.
      
      Pass tests1.dat, test 32:
      <!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->
      
      | <!-- - -->
      | <html>
      |   <head>
      |   <body>
      |     <font>
      |       <div>
      |         "helloexcite!"
      |         <b>
      |           "me!"
      |         <table>
      |           <tbody>
      |             <tr>
      |               <th>
      |                 <i>
      |                   "please!"
      |             <!-- X -->
      
      R=nigeltao
      CC=golang-dev
      https://golang.org/cl/5323048
      6e318bda
  2. 25 Oct, 2011 5 commits
  3. 24 Oct, 2011 3 commits
  4. 23 Oct, 2011 2 commits
  5. 22 Oct, 2011 1 commit
  6. 21 Oct, 2011 6 commits
  7. 20 Oct, 2011 5 commits
  8. 19 Oct, 2011 14 commits
  9. 18 Oct, 2011 3 commits