Skip to content

Commit

Permalink
[e] (0) Tweak wording in table header algorithm.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2728 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2009
1 parent 0c73021 commit 5db79ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions index
Expand Up @@ -23587,7 +23587,7 @@ function AddCloud(data, x, y) { ... }</pre>
</li>

</ol><p>The <dfn id=internal-algorithm-for-scanning-and-assigning-header-cells>internal algorithm for scanning and assigning header
cells</dfn>, given a <var title="">principal cell</var>, a <var title="">header list</var>, a (<var title="">initial<sub title="">x</sub></var>, <var title="">initial<sub title="">y</sub></var>) initial coordinate, and &Delta;<var title="">x</var> and &Delta;<var title="">y</var> increments, is as
cells</dfn>, given a <var title="">principal cell</var>, a <var title="">header list</var>, an initial coordinate (<var title="">initial<sub title="">x</sub></var>, <var title="">initial<sub title="">y</sub></var>), and &Delta;<var title="">x</var> and &Delta;<var title="">y</var> increments, is as
follows:</p>

<ol><li>
Expand Down Expand Up @@ -23731,7 +23731,7 @@ function AddCloud(data, x, y) { ... }</pre>
are true:</p>

<ul><li>The cell's <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute
is in the <a href=#attr-th-scope-col title=attr-th-scope-col>column</a> state</li>
is in the <a href=#attr-th-scope-col title=attr-th-scope-col>column</a> state, or</li>

<li>The cell's <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute
is in the <a href=#attr-th-scope-auto title=attr-th-scope-auto>auto</a> state, and
Expand All @@ -23744,12 +23744,12 @@ function AddCloud(data, x, y) { ... }</pre>
are true:</p>

<ul><li>The cell's <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute
is in the <a href=#attr-th-scope-row title=attr-th-scope-row>row</a> state</li>
is in the <a href=#attr-th-scope-row title=attr-th-scope-row>row</a> state, or</li>

<li>The cell's <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute
is in the <a href=#attr-th-scope-auto title=attr-th-scope-auto>auto</a> state, and
the cells is not a <a href=#column-header>column header</a>, and there are no
data cells in any of the cells covering slots with <var title="">x</var>-coordinates <var title="">x</var> .. <span><var title="">x</var>+<var title="">width</var>-1</span>.</li>
is in the <a href=#attr-th-scope-auto title=attr-th-scope-auto>auto</a> state, the
cell is not a <a href=#column-header>column header</a>, and there are no data
cells in any of the cells covering slots with <var title="">x</var>-coordinates <var title="">x</var> .. <span><var title="">x</var>+<var title="">width</var>-1</span>.</li>

</ul><p>A header cell is said to be a <dfn id=column-group-header>column group header</dfn> if
its <code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> attribute is in the
Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -26134,9 +26134,9 @@ function AddCloud(data, x, y) { ... }</pre>

<p>The <dfn>internal algorithm for scanning and assigning header
cells</dfn>, given a <var title="">principal cell</var>, a <var
title="">header list</var>, a (<var title="">initial<sub
title="">x</sub></var>, <var title="">initial<sub
title="">y</sub></var>) initial coordinate, and &Delta;<var
title="">header list</var>, an initial coordinate (<var
title="">initial<sub title="">x</sub></var>, <var
title="">initial<sub title="">y</sub></var>), and &Delta;<var
title="">x</var> and &Delta;<var title="">y</var> increments, is as
follows:</p>

Expand Down Expand Up @@ -26316,7 +26316,7 @@ function AddCloud(data, x, y) { ... }</pre>
<ul>

<li>The cell's <code title="attr-th-scope">scope</code> attribute
is in the <span title="attr-th-scope-col">column</span> state</li>
is in the <span title="attr-th-scope-col">column</span> state, or</li>

<li>The cell's <code title="attr-th-scope">scope</code> attribute
is in the <span title="attr-th-scope-auto">auto</span> state, and
Expand All @@ -26336,12 +26336,12 @@ function AddCloud(data, x, y) { ... }</pre>
<ul>

<li>The cell's <code title="attr-th-scope">scope</code> attribute
is in the <span title="attr-th-scope-row">row</span> state</li>
is in the <span title="attr-th-scope-row">row</span> state, or</li>

<li>The cell's <code title="attr-th-scope">scope</code> attribute
is in the <span title="attr-th-scope-auto">auto</span> state, and
the cells is not a <span>column header</span>, and there are no
data cells in any of the cells covering slots with <var
is in the <span title="attr-th-scope-auto">auto</span> state, the
cell is not a <span>column header</span>, and there are no data
cells in any of the cells covering slots with <var
title="">x</var>-coordinates <var title="">x</var> .. <span><var
title="">x</var>+<var title="">width</var>-1</span>.</li>

Expand Down

0 comments on commit 5db79ab

Please sign in to comment.