Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) clarify parenthetical
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9209

git-svn-id: http://svn.whatwg.org/webapps@4911 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 30, 2010
1 parent d5b6e32 commit 70d4119
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -30396,8 +30396,8 @@ <h4 id=the-tr-element><span class=secno>4.9.8 </span>The <dfn><code>tr</code></d
<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>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -30297,8 +30297,8 @@ the cell that corresponds to the values of the two dice.
<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>

Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -33312,8 +33312,9 @@ the cell that corresponds to the values of the two dice.
<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 &#x2212;1.</p>

Expand Down

0 comments on commit 70d4119

Please sign in to comment.