hixie: Fix infinite loop. Oops. (whatwg r6538)

hixie: Fix infinite loop. Oops. (whatwg r6538)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5236&r2=1.5237&f=h
http://html5.org/tools/web-apps-tracker?from=6537&to=6538

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5236
retrieving revision 1.5237
diff -u -d -r1.5236 -r1.5237
--- Overview.html 4 Sep 2011 17:59:06 -0000 1.5236
+++ Overview.html 4 Sep 2011 20:56:30 -0000 1.5237
@@ -3723,6 +3723,9 @@
 
      <li><p>Add the string collected in the previous step to <var title="">tokens</var>.</li>
 
+     <li><p>Advance <var title="">position</var> to the next character
+     in <var title="">input</var>.</li> 
+
     </ol></li>
 
    <li><p>Return <var title="">tokens</var>.</li>
@@ -72819,6 +72822,7 @@
   Ralf Stoltze,
   Ralph Giles,
   Raphael Champeimont,
+  Remci Mizkur,
   Remco,
   Remy Sharp,
   Rene Saarsoo,

Received on Sunday, 4 September 2011 20:57:14 UTC