html5/spec Overview.html,1.3921,1.3922

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2083

Modified Files:
	Overview.html 
Log Message:
mention that cellIndex != slot_x (whatwg r4901)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3921
retrieving revision 1.3922
diff -u -d -r1.3921 -r1.3922
--- Overview.html	30 Mar 2010 01:39:28 -0000	1.3921
+++ Overview.html	30 Mar 2010 01:43:36 -0000	1.3922
@@ -24098,7 +24098,10 @@
 
    <dd>
 
-    <p>Returns the position of the cell in the row's <code title="dom-tr-cells"><a href="#dom-tr-cells">cells</a></code> list.</p>
+    <p>Returns the position of the cell in the row's <code title="dom-tr-cells"><a href="#dom-tr-cells">cells</a></code> list. This does not necessarily
+    correspond to the <var title="">x</var>-position of the cell in
+    the table, since earlier cells might cover multiple rows or
+    columns.</p>
 
     <p>Returns 0 if the element isn't in a row.</p>
 

Received on Tuesday, 30 March 2010 01:43:41 UTC