Bugzilla – Bug 147
Change the way we detect invalid rows.
Last modified: 2009-11-23 17:16:49 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>