Skip to content

Commit

Permalink
[e] (0) fix step reference (bug 6764) (credit: or)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3152 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 30, 2009
1 parent 9c71454 commit bf723a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions index
Expand Up @@ -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>

Expand All @@ -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>

Expand Down Expand Up @@ -70916,6 +70916,7 @@ S SPACER STRIKE TT U -->
Olaf Hoffmann,
Olav Junker Kj&aelig;r,
Oliver Hunt,
Oliver Rigby,
Olli Pettay,
Patrick H. Lauke,
Paul Norman,
Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -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>

Expand All @@ -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>

Expand Down Expand Up @@ -83574,6 +83574,7 @@ S SPACER STRIKE TT U -->
Olaf Hoffmann,
Olav Junker Kj&aelig;r,
Oliver Hunt,
Oliver Rigby,
Olli Pettay,
Patrick H. Lauke,
Paul Norman,
Expand Down

0 comments on commit bf723a1

Please sign in to comment.