[html5] r6538 - [giow] (0) Fix infinite loop. Oops. Fixing http://www.w3.org/Bugs/Public/show_bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 4 13:55:05 PDT 2011


Author: ianh
Date: 2011-09-04 13:55:03 -0700 (Sun, 04 Sep 2011)
New Revision: 6538

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Fix infinite loop. Oops.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14022

Modified: complete.html
===================================================================
--- complete.html	2011-09-04 17:57:39 UTC (rev 6537)
+++ complete.html	2011-09-04 20:55:03 UTC (rev 6538)
@@ -4468,6 +4468,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> <!-- skips past the delimiter -->
+
     </ol></li>
 
    <li><p>Return <var title="">tokens</var>.</li>
@@ -101380,6 +101383,7 @@
   Ralf Stoltze,
   Ralph Giles,
   Raphael Champeimont,
+  Remci Mizkur,
   Remco,
   Remy Sharp,
   Rene Saarsoo,

Modified: index
===================================================================
--- index	2011-09-04 17:57:39 UTC (rev 6537)
+++ index	2011-09-04 20:55:03 UTC (rev 6538)
@@ -4332,6 +4332,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> <!-- skips past the delimiter -->
+
     </ol></li>
 
    <li><p>Return <var title="">tokens</var>.</li>
@@ -96979,6 +96982,7 @@
   Ralf Stoltze,
   Ralph Giles,
   Raphael Champeimont,
+  Remci Mizkur,
   Remco,
   Remy Sharp,
   Rene Saarsoo,

Modified: source
===================================================================
--- source	2011-09-04 17:57:39 UTC (rev 6537)
+++ source	2011-09-04 20:55:03 UTC (rev 6538)
@@ -3535,6 +3535,9 @@
      <li><p>Add the string collected in the previous step to <var
      title="">tokens</var>.</p></li>
 
+     <li><p>Advance <var title="">position</var> to the next character
+     in <var title="">input</var>.</p></li> <!-- skips past the delimiter -->
+
     </ol>
 
    </li>
@@ -115546,6 +115549,7 @@
   Ralf Stoltze,
   Ralph Giles,
   Raphael Champeimont,
+  Remci Mizkur,
   Remco,
   Remy Sharp,
   Rene Saarsoo,




More information about the Commit-Watchers mailing list