Skip to content

Commit

Permalink
[giow] (2) All the browsers disagree, so we'll reward the one that ma…
Browse files Browse the repository at this point in the history
…kes the most sense. Today's winner: Firefox!

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16757
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7243 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 10, 2012
1 parent 5657be5 commit 6742720
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -43538,7 +43538,7 @@ <h4 id=attributes-common-to-td-and-th-elements><span class=secno>4.9.11 </span>A
the table, since earlier cells might cover multiple rows or
columns.</p>

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

</dd>

Expand All @@ -43564,7 +43564,7 @@ <h4 id=attributes-common-to-td-and-th-elements><span class=secno>4.9.11 </span>A
element, return the index of the cell's element in the parent
element's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> collection. If
there is no such parent element, then the attribute must return
0.</p>
&minus;1.</p>

</div>
<!--TOPIC:HTML-->
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -43538,7 +43538,7 @@ the cell that corresponds to the values of the two dice.
the table, since earlier cells might cover multiple rows or
columns.</p>

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

</dd>

Expand All @@ -43564,7 +43564,7 @@ the cell that corresponds to the values of the two dice.
element, return the index of the cell's element in the parent
element's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> collection. If
there is no such parent element, then the attribute must return
0.</p>
&minus;1.</p>

</div>
<!--TOPIC:HTML-->
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -50794,7 +50794,7 @@ the cell that corresponds to the values of the two dice.
the table, since earlier cells might cover multiple rows or
columns.</p>

<p>Returns 0 if the element isn't in a row.</p>
<p>Returns &#x2212;1 if the element isn't in a row.</p>

</dd>

Expand Down Expand Up @@ -50824,7 +50824,7 @@ the cell that corresponds to the values of the two dice.
element, return the index of the cell's element in the parent
element's <code title="dom-tr-cells">cells</code> collection. If
there is no such parent element, then the attribute must return
0.</p>
&#x2212;1.</p>

</div>
<!--TOPIC:HTML-->
Expand Down

0 comments on commit 6742720

Please sign in to comment.