Skip to content

Commit

Permalink
oops, unclosed tag
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@301 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 16, 2006
1 parent b05ae9d commit c2b86f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -10960,10 +10960,10 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
or <code><a href="#tfoot1">tfoot</a></code> element and a
<em>grandparent</em> <code><a href="#table0">table</a></code> element,
return the index of the <code><a href="#tr0">tr</a></code> element in that
<code>table<code> element's <code title=dom-table-rows><a
href="#rows">rows</a></code> collection. If there is no such <code><a
href="#table0">table</a></code> element, then the attribute must return
0.</code></code>
<code><a href="#table0">table</a></code> element's <code
title=dom-table-rows><a href="#rows">rows</a></code> collection. If there
is no such <code><a href="#table0">table</a></code> element, then the
attribute must return 0.

<p>The <dfn id=rowindex0
title=dom-tr-sectionRowIndex><code>rowIndex</code></dfn> element must, if
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -9391,7 +9391,7 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
element, or a parent <code>tbody</code>, <code>thead</code>, or
<code>tfoot</code> element and a <em>grandparent</em>
<code>table</code> element, return the index of the <code>tr</code>
element in that <code>table<code> element's <code
element in that <code>table</code> element's <code
title="dom-table-rows">rows</code> collection. If there is no such
<code>table</code> element, then the attribute must return 0.</p>

Expand Down

0 comments on commit c2b86f3

Please sign in to comment.