[html5] r2092 - [] (0) Handle empty rows in the 'rules for processing rows'. (credit: w)
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 21 02:29:06 PDT 2008
Author: ianh
Date: 2008-08-21 02:29:04 -0700 (Thu, 21 Aug 2008)
New Revision: 2092
Modified:
index
source
Log:
[] (0) Handle empty rows in the 'rules for processing rows'. (credit: w)
Modified: index
===================================================================
--- index 2008-08-21 01:45:17 UTC (rev 2091)
+++ index 2008-08-21 09:29:04 UTC (rev 2092)
@@ -25803,15 +25803,22 @@
<p>Let <var title="">x<sub title="">current</sub></var> be 0.</p>
<li>
+ <p>Run the <a href="#algorithm3">algorithm for growing downward-growing
+ cells</a>.</p>
+
+ <li>
+ <p>If the <code><a href="#tr">tr</a></code> element being processed has
+ no <code><a href="#td">td</a></code> or <code><a
+ href="#th">th</a></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>
<p>Let <var title="">current cell</var> be the first <code><a
href="#td">td</a></code> or <code><a href="#th">th</a></code> element in
the <code><a href="#tr">tr</a></code> element being processed.</p>
<li>
- <p>Run the <a href="#algorithm3">algorithm for growing downward-growing
- cells</a>.</p>
-
- <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 title="">x<sub title="">current</sub></var>, <var
@@ -25918,7 +25925,7 @@
the <code><a href="#tr">tr</a></code> element being processed.</p>
<li>
- <p>Return to step 5 (cells).</p>
+ <p>Return to the step labelled <i>cells</i>.</p>
</ol>
<p>When the algorithms above require the user agent to run the <dfn
Modified: source
===================================================================
--- source 2008-08-21 01:45:17 UTC (rev 2091)
+++ source 2008-08-21 09:29:04 UTC (rev 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>
More information about the Commit-Watchers
mailing list