html5/spec Overview.html,1.3753,1.3754

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29097

Modified Files:
	Overview.html 
Log Message:
colgroup and rowgroup cells aren't headers of themselves. (whatwg r4703)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3753
retrieving revision 1.3754
diff -u -d -r1.3753 -r1.3754
--- Overview.html	13 Feb 2010 11:26:16 -0000	1.3753
+++ Overview.html	13 Feb 2010 12:33:20 -0000	1.3754
@@ -23953,6 +23953,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>
 
 
@@ -23968,6 +23970,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>
@@ -23993,6 +23997,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>
 

Received on Saturday, 13 February 2010 12:33:25 UTC