1. 26 Oct, 2011 3 commits
    • Andrew Gerrand's avatar
      weekly.2011-10-25 · cdd3d693
      Andrew Gerrand authored
      R=rsc
      CC=golang-dev
      https://golang.org/cl/5321053
      cdd3d693
    • Andrew Balholm's avatar
      html: improve parsing of lists · 05ed18f4
      Andrew Balholm authored
      Make a <li> tag close the previous <li> element.
      Make a </ul> tag close <li> elements.
      
      Pass tests1.dat, test 33:
      <!DOCTYPE html><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->
      
      | <!DOCTYPE html>
      | <html>
      |   <head>
      |   <body>
      |     <li>
      |       "hello"
      |     <li>
      |       "world"
      |       <ul>
      |         "how"
      |         <li>
      |           "do"
      |       "you"
      |   <!-- do -->
      
      R=nigeltao
      CC=golang-dev
      https://golang.org/cl/5321051
      05ed18f4
    • 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 1 commit