- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Mar 2010 22:51:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22063 Modified Files: Overview.html Log Message: clarify parenthetical (whatwg r4911) Index: Overview.html =================================================================== 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 −1.</p>
Received on Tuesday, 30 March 2010 22:52:00 UTC