[html5] r1383 - /

whatwg at whatwg.org whatwg at whatwg.org
Sat Mar 22 23:09:50 PDT 2008


Author: ianh
Date: 2008-03-22 23:09:49 -0700 (Sat, 22 Mar 2008)
New Revision: 1383

Modified:
   index
   source
Log:
[act] (0) Deal with scope=colgroup cells that span colgroups.

Modified: index
===================================================================
--- index	2008-03-23 03:29:02 UTC (rev 1382)
+++ index	2008-03-23 06:09:49 UTC (rev 1383)
@@ -20836,11 +20836,11 @@
         href="#colgroup0">column group</a></em> state
 
        <dd>
-        <p>If the header cell is not in a <a href="#column0"
+        <p>If the header cell is not anchored in a <a href="#column0"
          title=concept-column-group>column group</a>, then do nothing.</p>
 
         <p>Otherwise, let (<var title="">group<sub title="">x</sub></var>, 0)
-         be the slot at which the column group is anchored, let <var
+         be the slot at which that column group is anchored, let <var
          title="">width</var> be the number of columns in the column group,
          and add all the data cells that cover slots with coordinates (<var
          title="">slot<sub title="">x</sub></var>, <var title="">slot<sub

Modified: source
===================================================================
--- source	2008-03-23 03:29:02 UTC (rev 1382)
+++ source	2008-03-23 06:09:49 UTC (rev 1383)
@@ -18552,12 +18552,12 @@
 
        <dd>
 
-        <p>If the header cell is not in a <span
+        <p>If the header cell is not anchored in a <span
         title="concept-column-group">column group</span>, then do
         nothing.</p>
 
         <p>Otherwise, let (<var title="">group<sub
-        title="">x</sub></var>, 0) be the slot at which the column
+        title="">x</sub></var>, 0) be the slot at which that column
         group is anchored, let <var title="">width</var> be the number
         of columns in the column group, and add all the data cells
         that cover slots with coordinates (<var title="">slot<sub




More information about the Commit-Watchers mailing list