[html5] r3152 - [e] (0) fix step reference (bug 6764) (credit: or)

whatwg at whatwg.org whatwg at whatwg.org
Sat May 30 12:39:50 PDT 2009


Author: ianh
Date: 2009-05-30 12:39:48 -0700 (Sat, 30 May 2009)
New Revision: 3152

Modified:
   index
   source
Log:
[e] (0) fix step reference (bug 6764) (credit: or)

Modified: index
===================================================================
--- index	2009-05-30 03:49:18 UTC (rev 3151)
+++ index	2009-05-30 19:39:48 UTC (rev 3152)
@@ -2378,8 +2378,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>
 
@@ -2388,9 +2388,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>
 
@@ -70916,6 +70916,7 @@
   Olaf Hoffmann,
   Olav Junker Kjær,
   Oliver Hunt,
+  Oliver Rigby,
   Olli Pettay,
   Patrick H. Lauke,
   Paul Norman,

Modified: source
===================================================================
--- source	2009-05-30 03:49:18 UTC (rev 3151)
+++ source	2009-05-30 19:39:48 UTC (rev 3152)
@@ -1397,8 +1397,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>
 
@@ -1411,9 +1411,9 @@
      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>
+     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>
 
@@ -83574,6 +83574,7 @@
   Olaf Hoffmann,
   Olav Junker Kjær,
   Oliver Hunt,
+  Oliver Rigby,
   Olli Pettay,
   Patrick H. Lauke,
   Paul Norman,




More information about the Commit-Watchers mailing list