- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Aug 2008 09:29:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22241
Modified Files:
Overview.html
Log Message:
Handle empty rows in the 'rules for processing rows'. (credit: w) (whatwg r2092)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1264
retrieving revision 1.1265
diff -u -d -r1.1264 -r1.1265
--- Overview.html 21 Aug 2008 01:45:39 -0000 1.1264
+++ Overview.html 21 Aug 2008 09:29:55 -0000 1.1265
@@ -25811,15 +25811,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
@@ -25926,7 +25933,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
Received on Thursday, 21 August 2008 09:30:31 UTC