html5/spec Overview.html,1.1265,1.1266

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

Modified Files:
	Overview.html 
Log Message:
Fix a logic error in the 'auto' state for scope='' which would have made it never complete in some cases. (credit: w) (whatwg r2093)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1265
retrieving revision 1.1266
diff -u -d -r1.1265 -r1.1266
--- Overview.html	21 Aug 2008 09:29:55 -0000	1.1265
+++ Overview.html	21 Aug 2008 09:35:56 -0000	1.1266
@@ -26081,6 +26081,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>
@@ -26110,14 +26115,9 @@
           <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>
-
-         <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>
+          <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 there is a header cell <var title="">cell</var> anchored at

Received on Thursday, 21 August 2008 09:36:34 UTC