Skip to content

Commit

Permalink
[e] (1) oops, copy/paste error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@554 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2007
1 parent 0c9170c commit 5ab870d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -14006,7 +14006,7 @@ interface <dfn id=imagedata>ImageData</dfn> {
href="#row-group" title=concept-row-group>block</a> of <a href="#row0"
title=concept-row>rows</a> that consist of a body of data for the parent
<code><a href="#table0">table</a></code> element, if the <code><a
href="#thead1">thead</a></code> element has a parent and it is a <code><a
href="#tbody0">tbody</a></code> element has a parent and it is a <code><a
href="#table0">table</a></code>.

<p>The <code><a href="#tbody0">tbody</a></code> element takes part in the
Expand Down Expand Up @@ -14141,7 +14141,7 @@ interface <dfn id=imagedata>ImageData</dfn> {
href="#row-group" title=concept-row-group>block</a> of <a href="#row0"
title=concept-row>rows</a> that consist of the column summaries (footers)
for the parent <code><a href="#table0">table</a></code> element, if the
<code><a href="#thead1">thead</a></code> element has a parent and it is a
<code><a href="#tfoot1">tfoot</a></code> element has a parent and it is a
<code><a href="#table0">table</a></code>.

<p>The <code><a href="#tfoot1">tfoot</a></code> element takes part in the
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -11940,7 +11940,7 @@ interface <dfn>ImageData</dfn> {
<p>The <code>tbody</code> element represents a <span
title="concept-row-group">block</span> of <span
title="concept-row">rows</span> that consist of a body of data for
the parent <code>table</code> element, if the <code>thead</code>
the parent <code>table</code> element, if the <code>tbody</code>
element has a parent and it is a <code>table</code>.</p>

<p>The <code>tbody</code> element takes part in the <span>table
Expand Down Expand Up @@ -12049,7 +12049,7 @@ interface <dfn>ImageData</dfn> {
title="concept-row-group">block</span> of <span
title="concept-row">rows</span> that consist of the column summaries
(footers) for the parent <code>table</code> element, if the
<code>thead</code> element has a parent and it is a
<code>tfoot</code> element has a parent and it is a
<code>table</code>.</p>

<p>The <code>tfoot</code> element takes part in the <span>table
Expand Down

0 comments on commit 5ab870d

Please sign in to comment.