[html5] r2095 - [] (0) Minor fixes for table algorithms. (credit: w)

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 21 02:54:41 PDT 2008


Author: ianh
Date: 2008-08-21 02:54:39 -0700 (Thu, 21 Aug 2008)
New Revision: 2095

Modified:
   index
   source
Log:
[] (0) Minor fixes for table algorithms. (credit: w)

/home/ianh/svn/webapps/hooks/commit-email.pl: `/usr/bin/svnlook diff /home/ianh/svn/webapps -r 2095' failed with this output:
Modified: index
===================================================================
--- index	2008-08-21 09:46:57 UTC (rev 2094)
+++ index	2008-08-21 09:54:39 UTC (rev 2095)
@@ -25763,8 +25763,8 @@
      at the slot with coordinate (0, <var title="">y<sub
      title="">start</sub></var>), with height <span><var title="">y<sub
      title="">height</sub></var>-<var title="">y<sub
-     title="">start</sub></var></span>, corresponding to the <var
-     title="">current element</var>.</p>
+     title="">start</sub></var></span>, corresponding to the element being
+     processed.</p>
 
    <li>
     <p>Run the <a href="#algorithm1">algorithm for ending a row group</a>.</p>
@@ -26069,8 +26069,7 @@
           <p>If the header cell is <a href="#equivalent">equivalent to a wide
            cell</a>, let <var title="">header<sub title="">width</sub></var>
            equal <span><var title="">x<sub title="">width</sub></var>-<var
-           title="">header<sub title="">x</sub></var></span>. <a
-           href="#refsUNICODE">[UNICODE]</a></p>
+           title="">header<sub title="">x</sub></var></span>.</p>
 
          <li>
           <p>Let <var title="">x</var> equal <span><var title="">header<sub
@@ -26200,8 +26199,8 @@
         <p>If there is a header cell in the <a href="#table1"
          title=concept-table>table</a> whose corresponding <code><a
          href="#th">th</a></code> element has an ID that is equal to the
-         value of <var title="">id</var>, then assign that header cell to the
-         data cell.
+         value of <var title="">id</var>, then assign the first such header
+         cell in tree order to the data cell.
       </ol>
     </ol>
   </ol>

Modified: source
===================================================================



More information about the Commit-Watchers mailing list