html5/spec Overview.html,1.2306,1.2307

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

Modified Files:
	Overview.html 
Log Message:
fix step reference (bug 6764) (credit: or) (whatwg r3152)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2306
retrieving revision 1.2307
diff -u -d -r1.2306 -r1.2307
--- Overview.html	30 May 2009 03:49:25 -0000	1.2306
+++ Overview.html	30 May 2009 19:39:54 -0000	1.2307
@@ -2083,8 +2083,8 @@
 
    <li>
 
-    <p>If the next character is one of U+0030 DIGIT ZERO (0) .. U+0039
-    DIGIT NINE (9):</p>
+    <p><i>Loop</i>: If the next character is one of U+0030 DIGIT ZERO
+    (0) .. U+0039 DIGIT NINE (9):</p>
 
     <ol><li>Multiply <var title="">value</var> by ten.</li>
 
@@ -2093,9 +2093,9 @@
      <li>Advance <var title="">position</var> to the next
      character.</li>
 
-     <li>If <var title="">position</var> is not past the end of <var title="">input</var>, return to the top of step 7 in the overall
-     algorithm (that's the step within which these substeps find
-     themselves).</li>
+     <li>If <var title="">position</var> is not past the end of <var title="">input</var>, return to the top of step labeled
+     <i>loop</i> in the overall algorithm (that's the step within
+     which these substeps find themselves).</li>
 
     </ol></li>
 
@@ -64683,6 +64683,7 @@
   Olaf Hoffmann,
   Olav Junker Kj&aelig;r,
   Oliver Hunt,
+  Oliver Rigby,
   Olli Pettay,
   Patrick H. Lauke,
   Paul Norman,

Received on Saturday, 30 May 2009 19:40:03 UTC