Skip to content

Commit

Permalink
[] (0) Fix the list of numbers algorithm to handle '1,-' and to not b…
Browse files Browse the repository at this point in the history
…e redundant.

git-svn-id: http://svn.whatwg.org/webapps@1565 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 8, 2008
1 parent 592b80d commit ad3f154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -5110,9 +5110,8 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
title="">value</var>.

<li>
<p>If <var title="">started</var> is true, then append <var
title="">value</var> to the <var title="">numbers</var> list, return
that list, and abort.
<p>If <var title="">got number</var> is true, then append <var
title="">value</var> to the <var title="">numbers</var> list.

<li>
<p>Return the <var title="">numbers</var> list and abort.
Expand Down
5 changes: 2 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3606,9 +3606,8 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
<li><p>If <var title="">negated</var> is true, then negate <var
title="">value</var>.</li>

<li><p>If <var title="">started</var> is true, then append <var
title="">value</var> to the <var title="">numbers</var> list,
return that list, and abort.</li>
<li><p>If <var title="">got number</var> is true, then append <var
title="">value</var> to the <var title="">numbers</var> list.</li>

<li><p>Return the <var title="">numbers</var> list and
abort.</p></li>
Expand Down

0 comments on commit ad3f154

Please sign in to comment.