HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/2728

SVNBugCommentTime (UTC)
2728Tweak wording in table header algorithm.2009-01-31 21:17
Index: source
===================================================================
--- source	(revision 2727)
+++ source	(revision 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 &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>
 
@@ -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>
 

|