hixie: mention that cellIndex != slot_x (whatwg r4901)

hixie: mention that cellIndex != slot_x (whatwg r4901)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3921&r2=1.3922&f=h
http://html5.org/tools/web-apps-tracker?from=4900&to=4901

===================================================================
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 Thursday, 1 April 2010 05:36:23 UTC