[html5] r7243 - [giow] (2) All the browsers disagree, so we'll reward the one that makes the mos [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 10 12:49:40 PDT 2012
Author: ianh
Date: 2012-08-10 12:49:38 -0700 (Fri, 10 Aug 2012)
New Revision: 7243
Modified:
complete.html
index
source
Log:
[giow] (2) All the browsers disagree, so we'll reward the one that makes the most sense. Today's winner: Firefox!
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16757
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2012-08-10 03:10:47 UTC (rev 7242)
+++ complete.html 2012-08-10 19:49:38 UTC (rev 7243)
@@ -43538,7 +43538,7 @@
the table, since earlier cells might cover multiple rows or
columns.</p>
- <p>Returns 0 if the element isn't in a row.</p>
+ <p>Returns −1 if the element isn't in a row.</p>
</dd>
@@ -43564,7 +43564,7 @@
element, return the index of the cell's element in the parent
element's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> collection. If
there is no such parent element, then the attribute must return
- 0.</p>
+ −1.</p>
</div>
<!--TOPIC:HTML-->
Modified: index
===================================================================
--- index 2012-08-10 03:10:47 UTC (rev 7242)
+++ index 2012-08-10 19:49:38 UTC (rev 7243)
@@ -43538,7 +43538,7 @@
the table, since earlier cells might cover multiple rows or
columns.</p>
- <p>Returns 0 if the element isn't in a row.</p>
+ <p>Returns −1 if the element isn't in a row.</p>
</dd>
@@ -43564,7 +43564,7 @@
element, return the index of the cell's element in the parent
element's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> collection. If
there is no such parent element, then the attribute must return
- 0.</p>
+ −1.</p>
</div>
<!--TOPIC:HTML-->
Modified: source
===================================================================
--- source 2012-08-10 03:10:47 UTC (rev 7242)
+++ source 2012-08-10 19:49:38 UTC (rev 7243)
@@ -50794,7 +50794,7 @@
the table, since earlier cells might cover multiple rows or
columns.</p>
- <p>Returns 0 if the element isn't in a row.</p>
+ <p>Returns −1 if the element isn't in a row.</p>
</dd>
@@ -50824,7 +50824,7 @@
element, return the index of the cell's element in the parent
element's <code title="dom-tr-cells">cells</code> collection. If
there is no such parent element, then the attribute must return
- 0.</p>
+ −1.</p>
</div>
<!--TOPIC:HTML-->
More information about the Commit-Watchers
mailing list