- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Aug 2008 09:54:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8359
Modified Files:
Overview.html
Log Message:
Minor fixes for table algorithms. (credit: w) (whatwg r2095)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1267
retrieving revision 1.1268
diff -u -d -r1.1267 -r1.1268
--- Overview.html 21 Aug 2008 09:46:47 -0000 1.1267
+++ Overview.html 21 Aug 2008 09:54:28 -0000 1.1268
@@ -25771,8 +25771,8 @@
at the slot with coordinate (0, <var title="">y<sub
title="">start</sub></var>), with height <span><var title="">y<sub
title="">height</sub></var>-<var title="">y<sub
- title="">start</sub></var></span>, corresponding to the <var
- title="">current element</var>.</p>
+ title="">start</sub></var></span>, corresponding to the element being
+ processed.</p>
<li>
<p>Run the <a href="#algorithm1">algorithm for ending a row group</a>.</p>
@@ -26077,8 +26077,7 @@
<p>If the header cell is <a href="#equivalent">equivalent to a wide
cell</a>, let <var title="">header<sub title="">width</sub></var>
equal <span><var title="">x<sub title="">width</sub></var>-<var
- title="">header<sub title="">x</sub></var></span>. <a
- href="#references">[UNICODE]</a></p>
+ title="">header<sub title="">x</sub></var></span>.</p>
<li>
<p>Let <var title="">x</var> equal <span><var title="">header<sub
@@ -26208,8 +26207,8 @@
<p>If there is a header cell in the <a href="#table1"
title=concept-table>table</a> whose corresponding <code><a
href="#th">th</a></code> element has an ID that is equal to the
- value of <var title="">id</var>, then assign that header cell to the
- data cell.
+ value of <var title="">id</var>, then assign the first such header
+ cell in tree order to the data cell.
</ol>
</ol>
</ol>
Received on Thursday, 21 August 2008 09:55:04 UTC