Short URL: http://html5.org/r/2092
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2092 | Handle empty rows in the 'rules for processing rows'. (credit: w) | 2008-08-21 09:29 |
Index: source
===================================================================
--- source (revision 2091)
+++ source (revision 2092)
@@ -23024,21 +23024,30 @@
<li>
- <p>Let <var title="">current cell</var> be the first
- <code>td</code> or <code>th</code> element in the <code>tr</code>
- element being processed.</p>
+ <p>Run the <span>algorithm for growing downward-growing
+ cells</span>.</p>
</li>
<li>
- <p>Run the <span>algorithm for growing downward-growing
- cells</span>.</p>
+ <p>If the <code>tr</code> element being processed has no
+ <code>td</code> or <code>th</code> element children, then increase
+ <var title="">y<sub title="">current</sub></var> by 1, abort this
+ set of steps, and return to the algorithm above.</p>
</li>
<li>
+ <p>Let <var title="">current cell</var> be the first
+ <code>td</code> or <code>th</code> element in the <code>tr</code>
+ element being processed.</p>
+
+ </li>
+
+ <li>
+
<p><i>Cells</i>: While <var title="">x<sub
title="">current</sub></var> is less than <var title="">x<sub
title="">width</sub></var> and the slot with coordinate (<var
@@ -23186,7 +23195,7 @@
<li>
- <p>Return to step 5 (cells).</p>
+ <p>Return to the step labelled <i>cells</i>.</p>
</li>