Skip to content

Commit

Permalink
[e] (0) mention that cellIndex != slot_x
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9175

git-svn-id: http://svn.whatwg.org/webapps@4901 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 30, 2010
1 parent 3cb891d commit 2ee79b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -30619,7 +30619,10 @@ <h4 id=attributes-common-to-td-and-th-elements><span class=secno>4.9.11 </span>A

<dd>

<p>Returns the position of the cell in the row's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> list.</p>
<p>Returns the position of the cell in the row's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> list. This does not necessarily
correspond to the <var title="">x</var>-position of the cell in
the table, since earlier cells might cover multiple rows or
columns.</p>

<p>Returns 0 if the element isn't in a row.</p>

Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -30520,7 +30520,10 @@ the cell that corresponds to the values of the two dice.

<dd>

<p>Returns the position of the cell in the row's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> list.</p>
<p>Returns the position of the cell in the row's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> list. This does not necessarily
correspond to the <var title="">x</var>-position of the cell in
the table, since earlier cells might cover multiple rows or
columns.</p>

<p>Returns 0 if the element isn't in a row.</p>

Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -33585,7 +33585,10 @@ the cell that corresponds to the values of the two dice.
<dd>

<p>Returns the position of the cell in the row's <code
title="dom-tr-cells">cells</code> list.</p>
title="dom-tr-cells">cells</code> list. This does not necessarily
correspond to the <var title="">x</var>-position of the cell in
the table, since earlier cells might cover multiple rows or
columns.</p>

<p>Returns 0 if the element isn't in a row.</p>

Expand Down

0 comments on commit 2ee79b7

Please sign in to comment.