hixie: clarify parenthetical (whatwg r4911)

hixie: clarify parenthetical (whatwg r4911)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3931&r2=1.3932&f=h
http://html5.org/tools/web-apps-tracker?from=4910&to=4911

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3931
retrieving revision 1.3932
diff -u -d -r1.3931 -r1.3932
--- Overview.html 30 Mar 2010 22:47:27 -0000 1.3931
+++ Overview.html 30 Mar 2010 22:51:55 -0000 1.3932
@@ -23919,8 +23919,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 &minus;1.</p>

Received on Thursday, 1 April 2010 05:36:07 UTC