Skip to content

Commit

Permalink
[e] (0) oops, had the 'every other' case before all the other cases
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@562 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 5, 2007
1 parent c360f15 commit 138e217
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
32 changes: 16 additions & 16 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -4368,22 +4368,6 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
<li>Let <var title="">started</var> be true.
</ol>

<dt>Any other character

<dd>
<p>Follow these substeps:</p>

<ol>
<li>Let <var title="">negated</var> be false.

<li>Let <var title="">bogus</var> be true.

<li>If <var title="">started</var> is true, then append <var
title="">value</var> to the <var title="">numbers</var> list,
<!-- no need to negate it, we just set negated to false --> return
that list, and abort.
</ol>

<dt>A U+002C COMMA character

<dt>A U+0020 SPACE character
Expand All @@ -4403,6 +4387,22 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test

<li>Jump to step 4 in the overall set of steps.
</ol>

<dt>Any other character

<dd>
<p>Follow these substeps:</p>

<ol>
<li>Let <var title="">negated</var> be false.

<li>Let <var title="">bogus</var> be true.

<li>If <var title="">started</var> is true, then append <var
title="">value</var> to the <var title="">numbers</var> list,
<!-- no need to negate it, we just set negated to false --> return
that list, and abort.
</ol>
</dl>

<li>
Expand Down
38 changes: 19 additions & 19 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3232,52 +3232,52 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
</dd>


<dt>Any other character</dt>
<dt>A U+002C COMMA character</dt>
<dt>A U+0020 SPACE character</dt>

<dd>

<p>Follow these substeps:</p>

<ol>

<li>Let <var title="">negated</var> be false.</li>
<li>If <var title="">started</var> is false, return the <var
title="">numbers</var> list and abort.</li>

<li>Let <var title="">bogus</var> be true.</li>
<li>If <var title="">negated</var> is true, then negate <var
title="">value</var>.</li>

<li>If <var title="">started</var> is true, then append <var
title="">value</var> to the <var title="">numbers</var> list,
<!-- no need to negate it, we just set negated to false -->
return that list, and abort.</li>
<li>Append <var title="">value</var> to the <var
title="">numbers</var> list.</li>

<li>Jump to step 4 in the overall set of steps.</li>

</ol>

</dd>



<dt>A U+002C COMMA character</dt>
<dt>A U+0020 SPACE character</dt>
<dt>Any other character</dt>

<dd>

<p>Follow these substeps:</p>

<ol>

<li>If <var title="">started</var> is false, return the <var
title="">numbers</var> list and abort.</li>

<li>If <var title="">negated</var> is true, then negate <var
title="">value</var>.</li>
<li>Let <var title="">negated</var> be false.</li>

<li>Append <var title="">value</var> to the <var
title="">numbers</var> list.</li>
<li>Let <var title="">bogus</var> be true.</li>

<li>Jump to step 4 in the overall set of steps.</li>
<li>If <var title="">started</var> is true, then append <var
title="">value</var> to the <var title="">numbers</var> list,
<!-- no need to negate it, we just set negated to false -->
return that list, and abort.</li>

</ol>

</dd>

</dl>

</li>
Expand Down

0 comments on commit 138e217

Please sign in to comment.