Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) Fix infinite loop. Oops.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14022

git-svn-id: http://svn.whatwg.org/webapps@6538 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2011
1 parent a8ef456 commit 49e6330
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -4468,6 +4468,9 @@ <h4 id=common-parser-idioms><span class=secno>2.5.1 </span>Common parser idioms<

<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>
Expand Down Expand Up @@ -101380,6 +101383,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Ralf Stoltze,
Ralph Giles,
Raphael Champeimont,
Remci Mizkur,
Remco,
Remy Sharp,
Rene Saarsoo,
Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -4332,6 +4332,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<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>
Expand Down Expand Up @@ -96979,6 +96982,7 @@ if (s = prompt('What is your name?')) {
Ralf Stoltze,
Ralph Giles,
Raphael Champeimont,
Remci Mizkur,
Remco,
Remy Sharp,
Rene Saarsoo,
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -3535,6 +3535,9 @@ is conforming depends on which specs apply, and leaves it at that. -->
<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>
Expand Down Expand Up @@ -115546,6 +115549,7 @@ if (s = prompt('What is your name?')) {
Ralf Stoltze,
Ralph Giles,
Raphael Champeimont,
Remci Mizkur,
Remco,
Remy Sharp,
Rene Saarsoo,
Expand Down

0 comments on commit 49e6330

Please sign in to comment.