- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 31 Jan 2009 21:17:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11202
Modified Files:
Overview.html
Log Message:
Tweak wording in table header algorithm. (whatwg r2728)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1897
retrieving revision 1.1898
diff -u -d -r1.1897 -r1.1898
--- Overview.html 31 Jan 2009 10:22:14 -0000 1.1897
+++ Overview.html 31 Jan 2009 21:17:30 -0000 1.1898
@@ -19170,7 +19170,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:<ol><li>
<p>Let <var title="">x</var> equal <var title="">initial<sub title="">x</sub></var>.</p>
@@ -19310,7 +19310,7 @@
</ol><p>A header cell anchored at the slot with coordinate (<var title="">x</var>, <var title="">y</var>) with width <var title="">width</var> and height <var title="">height</var> is said
to be a <dfn id=column-header>column header</dfn> if any of the following conditions
are true:<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
@@ -19321,12 +19321,12 @@
</ul><p>A header cell anchored at the slot with coordinate (<var title="">x</var>, <var title="">y</var>) with width <var title="">width</var> and height <var title="">height</var> is said
to be a <dfn id=row-header>row header</dfn> if any of the following conditions
are true:<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
Received on Saturday, 31 January 2009 21:17:42 UTC