[html5] r4911 - [e] (0) clarify parenthetical Fixing http://www.w3.org/Bugs/Public/show_bug.cgi? [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Mar 30 15:51:52 PDT 2010
Author: ianh
Date: 2010-03-30 15:51:51 -0700 (Tue, 30 Mar 2010)
New Revision: 4911
Modified:
complete.html
index
source
Log:
[e] (0) clarify parenthetical
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9209
Modified: complete.html
===================================================================
--- complete.html 2010-03-30 22:47:22 UTC (rev 4910)
+++ complete.html 2010-03-30 22:51:51 UTC (rev 4911)
@@ -30396,8 +30396,8 @@
<code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-thead-element>thead</a></code>, or <code><a href=#the-tfoot-element>tfoot</a></code>
element, return the index of the <code><a href=#the-tr-element>tr</a></code> element in the
parent element's <code title="">rows</code> collection (for tables,
- that's the <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code> collection; for
- table sections, that's the <code title=dom-tbody-rows><a href=#dom-tbody-rows>rows</a></code>
+ that's the <code title=dom-table-rows><a href=#dom-table-rows>HTMLTableElement.rows</a></code>
+ collection; for table sections, that's the <code title=dom-tbody-rows><a href=#dom-tbody-rows>HTMLTableRowElement.rows</a></code>
collection). If there is no such parent element, then the attribute
must return −1.</p>
Modified: index
===================================================================
--- index 2010-03-30 22:47:22 UTC (rev 4910)
+++ index 2010-03-30 22:51:51 UTC (rev 4911)
@@ -30297,8 +30297,8 @@
<code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-thead-element>thead</a></code>, or <code><a href=#the-tfoot-element>tfoot</a></code>
element, return the index of the <code><a href=#the-tr-element>tr</a></code> element in the
parent element's <code title="">rows</code> collection (for tables,
- that's the <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code> collection; for
- table sections, that's the <code title=dom-tbody-rows><a href=#dom-tbody-rows>rows</a></code>
+ that's the <code title=dom-table-rows><a href=#dom-table-rows>HTMLTableElement.rows</a></code>
+ collection; for table sections, that's the <code title=dom-tbody-rows><a href=#dom-tbody-rows>HTMLTableRowElement.rows</a></code>
collection). If there is no such parent element, then the attribute
must return −1.</p>
Modified: source
===================================================================
--- source 2010-03-30 22:47:22 UTC (rev 4910)
+++ source 2010-03-30 22:51:51 UTC (rev 4911)
@@ -33312,8 +33312,9 @@
<code>tbody</code>, <code>thead</code>, or <code>tfoot</code>
element, return the index of the <code>tr</code> element in the
parent element's <code title="">rows</code> collection (for tables,
- that's the <code title="dom-table-rows">rows</code> collection; for
- table sections, that's the <code title="dom-tbody-rows">rows</code>
+ that's the <code title="dom-table-rows">HTMLTableElement.rows</code>
+ collection; for table sections, that's the <code
+ title="dom-tbody-rows">HTMLTableRowElement.rows</code>
collection). If there is no such parent element, then the attribute
must return −1.</p>
More information about the Commit-Watchers
mailing list