- From: poot <cvsmail@w3.org>
- Date: Sun, 31 May 2009 04:41:33 +0900 (JST)
- To: public-html-diffs@w3.org
fix step reference (bug 6764) (credit: or) (whatwg r3152) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6764 Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2307.html#index http://people.w3.org/mike/diffs/html5/spec/Overview.1.2307.html#rules-for-parsing-non-negative-integers http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2306&r2=1.2307&f=h http://html5.org/tools/web-apps-tracker?from=3151&to=3152 =================================================================== 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ær, Oliver Hunt, + Oliver Rigby, Olli Pettay, Patrick H. Lauke, Paul Norman,
Received on Saturday, 30 May 2009 19:42:13 UTC