[html5] r4901 - [e] (0) mention that cellIndex != slot_x Fixing http://www.w3.org/Bugs/Public/sh [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 29 18:43:32 PDT 2010
Author: ianh
Date: 2010-03-29 18:43:31 -0700 (Mon, 29 Mar 2010)
New Revision: 4901
Modified:
complete.html
index
source
Log:
[e] (0) mention that cellIndex != slot_x
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9175
Modified: complete.html
===================================================================
--- complete.html 2010-03-30 01:39:24 UTC (rev 4900)
+++ complete.html 2010-03-30 01:43:31 UTC (rev 4901)
@@ -30619,7 +30619,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>
Modified: index
===================================================================
--- index 2010-03-30 01:39:24 UTC (rev 4900)
+++ index 2010-03-30 01:43:31 UTC (rev 4901)
@@ -30520,7 +30520,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>
Modified: source
===================================================================
--- source 2010-03-30 01:39:24 UTC (rev 4900)
+++ source 2010-03-30 01:43:31 UTC (rev 4901)
@@ -33585,7 +33585,10 @@
<dd>
<p>Returns the position of the cell in the row's <code
- title="dom-tr-cells">cells</code> list.</p>
+ title="dom-tr-cells">cells</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>
More information about the Commit-Watchers
mailing list