Skip to content

Commit

Permalink
[e] (0) fix the state names to be consistent
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@495 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 20, 2007
1 parent fc47455 commit e01efc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -14186,22 +14186,22 @@ interface <dfn id=imagedata>ImageData</dfn> {
<dt>The <dfn id=col1 title=attr-th-scope-col><code>col</code></dfn>
keyword, which maps to the <em>column</em> state

<dd>The <em><a href="#col0">col</a></em> state means the header cell
applies to all the remaining cells in the column.
<dd>The <em>column</em> state means the header cell applies to all the
remaining cells in the column.

<dt>The <dfn id=rowgroup
title=attr-th-scope-rowgroup><code>rowgroup</code></dfn> keyword, which
maps to the <em>row group</em> state

<dd>The <em>rowgroup</em> state means the header cell applies to all the
<dd>The <em>row group</em> state means the header cell applies to all the
remaining cells in the row group.

<dt>The <dfn id=colgroup1
title=attr-th-scope-colgroup><code>colgroup</code></dfn> keyword, which
maps to the <em>column group</em> state

<dd>The <em><a href="#colgroup0">colgroup</a></em> state means the header
cell applies to all the remaining cells in the column group.
<dd>The <em>column group</em> state means the header cell applies to all
the remaining cells in the column group.

<dt>The <em>auto</em> state

Expand Down
10 changes: 5 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -12109,22 +12109,22 @@ interface <dfn>ImageData</dfn> {
<dt>The <dfn title="attr-th-scope-col"><code>col</code></dfn>
keyword, which maps to the <em>column</em> state</dt>

<dd>The <em>col</em> state means the header cell applies to all the
remaining cells in the column.</dd>
<dd>The <em>column</em> state means the header cell applies to all
the remaining cells in the column.</dd>

<dt>The <dfn
title="attr-th-scope-rowgroup"><code>rowgroup</code></dfn> keyword,
which maps to the <em>row group</em> state</dt>

<dd>The <em>rowgroup</em> state means the header cell applies to
<dd>The <em>row group</em> state means the header cell applies to
all the remaining cells in the row group.</dd>

<dt>The <dfn
title="attr-th-scope-colgroup"><code>colgroup</code></dfn> keyword,
which maps to the <em>column group</em> state</dt>

<dd>The <em>colgroup</em> state means the header cell applies to
all the remaining cells in the column group.</dd>
<dd>The <em>column group</em> state means the header cell applies
to all the remaining cells in the column group.</dd>

<dt>The <em>auto</em> state</dt>

Expand Down

0 comments on commit e01efc1

Please sign in to comment.