[html5] r1387 - /

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 23 00:56:45 PDT 2008


Author: ianh
Date: 2008-03-23 00:56:44 -0700 (Sun, 23 Mar 2008)
New Revision: 1387

Modified:
   index
   source
Log:
[c] (0) Change the way we detect invalid rows.

Modified: index
===================================================================
--- index	2008-03-23 07:43:27 UTC (rev 1386)
+++ index	2008-03-23 07:56:44 UTC (rev 1387)
@@ -20466,11 +20466,7 @@
     </ol>
 
    <li>
-    <p>Let <var title="">y<sub title="">current</sub></var> be zero. When the
-     algorithm is aborted, if <var title="">y<sub
-     title="">current</sub></var> does not equal <var title="">y<sub
-     title="">height</sub></var>, then that is a <a href="#table2">table
-     model error</a>.</p>
+    <p>Let <var title="">y<sub title="">current</sub></var> be zero.</p>
 
    <li>
     <p>Let the <var title="">list of downward-growing cells</var> be an empty
@@ -20537,6 +20533,14 @@
      <a href="#algorithm">algorithm for processing row groups</a>.</p>
 
    <li>
+    <p>If there exists a <a href="#row0" title=concept-row>row</a> or <a
+     href="#column" title=concept-column>column</a> in the <a href="#table1"
+     title=concept-table>table</a> <var title="">the table</var> containing
+     only <span title=concept-slot>slots</span> that do not have a <a
+     href="#cell" title=concept-cell>cell</a> anchored to them, then this is
+     a <a href="#table2">table model error</a>.</p>
+
+   <li>
     <p>Return <var title="">the table</var>.</p>
   </ol>
 
@@ -20579,11 +20583,6 @@
 
   <ol>
    <li>
-    <p>If <var title="">y<sub title="">current</sub></var> is less than <var
-     title="">y<sub title="">height</sub></var>, then this is a <a
-     href="#table2">table model error</a>.</p>
-
-   <li>
     <p>While <var title="">y<sub title="">current</sub></var> is less than
      <var title="">y<sub title="">height</sub></var>, follow these steps:</p>
 
@@ -20744,13 +20743,6 @@
    title="">x</var> < <var title="">cell<sub
    title="">x</sub></var>+<var title="">width</var></span>.
 
-  <p>If, after establishing which elements correspond to which slots, there
-   exists a <a href="#column" title=concept-column>column</a> in the <a
-   href="#table1" title=concept-table>table</a> containing only <span
-   title=concept-slot>slots</span> that do not have a <a href="#cell"
-   title=concept-cell>cell</a> anchored to them, then this is a <a
-   href="#table2">table model error</a>.
-
   <h5 id=header-and-data-cell-semantics><span class=secno>3.13.13.2.
    </span>Forming relationships between data cells and header cells</h5>
 

Modified: source
===================================================================
--- source	2008-03-23 07:43:27 UTC (rev 1386)
+++ source	2008-03-23 07:56:44 UTC (rev 1387)
@@ -18024,10 +18024,7 @@
    <li>
 
     <p>Let <var title="">y<sub title="">current</sub></var> be
-    zero. When the algorithm is aborted, if <var title="">y<sub
-    title="">current</sub></var> does not equal <var title="">y<sub
-    title="">height</sub></var>, then that is a <span>table model
-    error</span>.</p>
+    zero.</p>
 
    </li>
 
@@ -18118,6 +18115,17 @@
 
    <li>
 
+    <p>If there exists a <span title="concept-row">row</span> or <span
+    title="concept-column">column</span> in the <span
+    title="concept-table">table</span> <var title="">the table</var>
+    containing only <span title="concept-slot">slots</span> that do
+    not have a <span title="concept-cell">cell</span> anchored to
+    them, then this is a <span>table model error</span>.</p>
+
+   </li>
+
+   <li>
+
     <p>Return <var title="">the table</var>.</p>
 
    </li>
@@ -18181,14 +18189,6 @@
 
    <li>
 
-    <p>If <var title="">y<sub title="">current</sub></var> is less
-    than <var title="">y<sub title="">height</sub></var>, then this is
-    a <span>table model error</span>.</p>
-
-   </li>
-
-   <li>
-
     <p>While <var title="">y<sub title="">current</sub></var> is less
     than <var title="">y<sub title="">height</sub></var>, follow these
     steps:</p>
@@ -18431,15 +18431,8 @@
   title="">x</sub></var>+<var title="">width</var></span>.</p>
 
 
-  <p>If, after establishing which elements correspond to which slots,
-  there exists a <span title="concept-column">column</span> in the
-  <span title="concept-table">table</span> containing only <span
-  title="concept-slot">slots</span> that do not have a <span
-  title="concept-cell">cell</span> anchored to them, then this is a
-  <span>table model error</span>.</p>
 
 
-
   <h5 id="header-and-data-cell-semantics">Forming relationships between data cells and header cells</h5>
 
   <p>Each data cell can be assigned zero or more header cells. The




More information about the Commit-Watchers mailing list