- From: poot <cvsmail@w3.org>
- Date: Sat, 13 Feb 2010 21:33:32 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: colgroup and rowgroup cells aren't headers of themselves. (whatwg r4703) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3753&r2=1.3754&f=h http://html5.org/tools/web-apps-tracker?from=4702&to=4703 =================================================================== 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:34:01 UTC