[html5] r2093 - [] (0) Fix a logic error in the 'auto' state for scope='' which would have made [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 21 02:34:09 PDT 2008


Author: ianh
Date: 2008-08-21 02:34:06 -0700 (Thu, 21 Aug 2008)
New Revision: 2093

Modified:
   index
   source
Log:
[] (0) Fix a logic error in the 'auto' state for scope='' which would have made it never complete in some cases. (credit: w)

Modified: index
===================================================================
--- index	2008-08-21 09:29:04 UTC (rev 2092)
+++ index	2008-08-21 09:34:06 UTC (rev 2093)
@@ -26073,6 +26073,11 @@
            title="">width</sub></var></span>.</p>
 
          <li>
+          <p>Let <var title="">y</var> equal <span><var title="">header<sub
+           title="">y</sub></var>+<var title="">header<sub
+           title="">height</sub></var></span>.</p>
+
+         <li>
           <p><i>Horizontal</i>: If <var title="">x</var> is equal to <var
            title="">x<sub title="">width</sub></var>, then jump down to the
            step below labeled <i>vertical</i>.</p>
@@ -26102,16 +26107,11 @@
           <p>Jump up to the step above labeled <i>horizontal</i>.</p>
 
          <li>
-          <p><i>Vertical</i>: Let <var title="">y</var> equal <span><var
-           title="">header<sub title="">y</sub></var>+<var
-           title="">header<sub title="">height</sub></var></span>.</p>
+          <p><i>Vertical</i>: If <var title="">y</var> is equal to <var
+           title="">y<sub title="">height</sub></var>, then jump to the step
+           below labeled <i>end</i>.</p>
 
          <li>
-          <p>If <var title="">y</var> is equal to <var title="">y<sub
-           title="">height</sub></var>, then jump to the step below labeled
-           <i>end</i>.</p>
-
-         <li>
           <p>If there is a header cell <var title="">cell</var> anchored at
            (<var title="">header<sub title="">x</sub></var>, <var
            title="">y</var>), then follow these substeps:</p>

Modified: source
===================================================================
--- source	2008-08-21 09:29:04 UTC (rev 2092)
+++ source	2008-08-21 09:34:06 UTC (rev 2093)
@@ -23393,6 +23393,14 @@
 
          <li>
 
+          <p>Let <var title="">y</var> equal <span><var
+          title="">header<sub title="">y</sub></var>+<var
+          title="">header<sub title="">height</sub></var></span>.</p>
+
+         </li>
+
+         <li>
+
           <p><i>Horizontal</i>: If <var title="">x</var> is equal to
           <var title="">x<sub title="">width</sub></var>, then jump
           down to the step below labeled <i>vertical</i>.</p>
@@ -23438,22 +23446,14 @@
 
          <li>
 
-          <p><i>Vertical</i>: Let <var title="">y</var> equal
-          <span><var title="">header<sub title="">y</sub></var>+<var
-          title="">header<sub title="">height</sub></var></span>.</p>
+          <p><i>Vertical</i>: If <var title="">y</var> is equal to
+          <var title="">y<sub title="">height</sub></var>, then jump
+          to the step below labeled <i>end</i>.</p>
 
          </li>
 
          <li>
 
-          <p>If <var title="">y</var> is equal to <var title="">y<sub
-          title="">height</sub></var>, then jump to the step below
-          labeled <i>end</i>.</p>
-
-         </li>
-
-         <li>
-
           <p>If there is a header cell <var title="">cell</var>
           anchored at (<var title="">header<sub
           title="">x</sub></var>, <var title="">y</var>), then follow




More information about the Commit-Watchers mailing list