NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 147 - Change the way we detect invalid rows.
Change the way we detect invalid rows.
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: Non-schema checkers
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-23 12:11 CET by Nobody
Modified: 2009-11-23 17:16 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-03-23 12:11:38 CET
Index: source
===================================================================
--- source	(revision 1386)
+++ source	(revision 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,13 +18431,6 @@
   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>