[html5] r2728 - [e] (0) Tweak wording in table header algorithm.

whatwg at whatwg.org whatwg at whatwg.org
Sat Jan 31 13:17:24 PST 2009


Author: ianh
Date: 2009-01-31 13:17:23 -0800 (Sat, 31 Jan 2009)
New Revision: 2728

Modified:
   index
   source
Log:
[e] (0) Tweak wording in table header algorithm.

Modified: index
===================================================================
--- index	2009-01-31 10:22:09 UTC (rev 2727)
+++ index	2009-01-31 21:17:23 UTC (rev 2728)
@@ -23587,7 +23587,7 @@
    </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 Δ<var title="">x</var> and Δ<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 Δ<var title="">x</var> and Δ<var title="">y</var> increments, is as
   follows:</p>
 
   <ol><li>
@@ -23731,7 +23731,7 @@
   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
@@ -23744,12 +23744,12 @@
   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

Modified: source
===================================================================
--- source	2009-01-31 10:22:09 UTC (rev 2727)
+++ source	2009-01-31 21:17:23 UTC (rev 2728)
@@ -26134,9 +26134,9 @@
 
   <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 Δ<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 Δ<var
   title="">x</var> and Δ<var title="">y</var> increments, is as
   follows:</p>
 
@@ -26316,7 +26316,7 @@
   <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
@@ -26336,12 +26336,12 @@
   <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>
 




More information about the Commit-Watchers mailing list