[html5] r4703 - [giowt] (0) colgroup and rowgroup cells aren't headers of themselves. Fixing htt [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Feb 13 04:33:17 PST 2010
Author: ianh
Date: 2010-02-13 04:33:15 -0800 (Sat, 13 Feb 2010)
New Revision: 4703
Modified:
complete.html
index
source
Log:
[giowt] (0) colgroup and rowgroup cells aren't headers of themselves.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8803
Modified: complete.html
===================================================================
--- complete.html 2010-02-13 11:26:10 UTC (rev 4702)
+++ complete.html 2010-02-13 12:33:15 UTC (rev 4703)
@@ -30346,6 +30346,8 @@
<span title=""><var title="">principal<sub title="">y</sub></var>+<var title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>
+ <!-- this might introduce principal accidentally; fixed below -->
+
</li>
@@ -30361,6 +30363,8 @@
less than or equal to <span title=""><var title="">principal<sub title="">x</sub></var>+<var title="">principal<sub title="">width</sub></var>-1</span> and a <var title="">y</var>-coordinate less than or equal to <span title=""><var title="">principal<sub title="">y</sub></var>+<var title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>
+ <!-- this might introduce principal accidentally; fixed below -->
+
</li>
</ol></dd>
@@ -30386,6 +30390,13 @@
<li>
+ <p>Remove <var title="">principal cell</var> from the <var title="">header list</var> if it is there.</p> <!-- see "might
+ introduce principal accidentally" above -->
+
+ </li>
+
+ <li>
+
<p>Assign the headers in the <var title="">header list</var> to
the <var title="">principal cell</var>.</p>
Modified: index
===================================================================
--- index 2010-02-13 11:26:10 UTC (rev 4702)
+++ index 2010-02-13 12:33:15 UTC (rev 4703)
@@ -30245,6 +30245,8 @@
<span title=""><var title="">principal<sub title="">y</sub></var>+<var title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>
+ <!-- this might introduce principal accidentally; fixed below -->
+
</li>
@@ -30260,6 +30262,8 @@
less than or equal to <span title=""><var title="">principal<sub title="">x</sub></var>+<var title="">principal<sub title="">width</sub></var>-1</span> and a <var title="">y</var>-coordinate less than or equal to <span title=""><var title="">principal<sub title="">y</sub></var>+<var title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>
+ <!-- this might introduce principal accidentally; fixed below -->
+
</li>
</ol></dd>
@@ -30285,6 +30289,13 @@
<li>
+ <p>Remove <var title="">principal cell</var> from the <var title="">header list</var> if it is there.</p> <!-- see "might
+ introduce principal accidentally" above -->
+
+ </li>
+
+ <li>
+
<p>Assign the headers in the <var title="">header list</var> to
the <var title="">principal cell</var>.</p>
Modified: source
===================================================================
--- source 2010-02-13 11:26:10 UTC (rev 4702)
+++ source 2010-02-13 12:33:15 UTC (rev 4703)
@@ -33421,6 +33421,8 @@
title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>
+ <!-- this might introduce principal accidentally; fixed below -->
+
</li>
@@ -33441,6 +33443,8 @@
title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>
+ <!-- this might introduce principal accidentally; fixed below -->
+
</li>
</ol>
@@ -33470,6 +33474,14 @@
<li>
+ <p>Remove <var title="">principal cell</var> from the <var
+ title="">header list</var> if it is there.</p> <!-- see "might
+ introduce principal accidentally" above -->
+
+ </li>
+
+ <li>
+
<p>Assign the headers in the <var title="">header list</var> to
the <var title="">principal cell</var>.</p>
More information about the Commit-Watchers
mailing list