Skip to content

Commit

Permalink
[e] (0) make it read better
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1564 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 8, 2008
1 parent 9ff7136 commit 592b80d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
10 changes: 5 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -4862,9 +4862,9 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test

<li>
<p>If there is a character in the string <var title="">input</var> at
position <var title="">position</var>, and it is either a U+0020 SPACE
character, a U+002C COMMA character, or a U+003B SEMICOLON character,
then advance <var title="">position</var> to the next character in <var
position <var title="">position</var>, and it is either a U+0020 SPACE,
U+002C COMMA, or U+003B SEMICOLON character, then advance <var
title="">position</var> to the next character in <var
title="">input</var>, or to beyond the end of the string if there are no
more characters.

Expand All @@ -4874,8 +4874,8 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test

<li>
<p>If the character in the string <var title="">input</var> at position
<var title="">position</var> is a U+0020 SPACE character, a U+002C COMMA
character, or a U+003B SEMICOLON character, then return to step 4.
<var title="">position</var> is a U+0020 SPACE, U+002C COMMA, or U+003B
SEMICOLON character, then return to step 4.

<li>
<p>Let <var title="">negated</var> be false.
Expand Down
14 changes: 6 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3337,20 +3337,18 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test

<li><p>If there is a character in the string <var
title="">input</var> at position <var title="">position</var>, and
it is either a U+0020 SPACE character, a U+002C COMMA character, or
a U+003B SEMICOLON character, then advance <var
title="">position</var> to the next character in <var
title="">input</var>, or to beyond the end of the string if there
are no more characters.</p></li>
it is either a U+0020 SPACE, U+002C COMMA, or U+003B SEMICOLON
character, then advance <var title="">position</var> to the next
character in <var title="">input</var>, or to beyond the end of the
string if there are no more characters.</p></li>

<li><p>If <var title="">position</var> points to beyond the end of
<var title="">input</var>, return <var title="">numbers</var> and
abort.</p></li>

<li><p>If the character in the string <var title="">input</var> at
position <var title="">position</var> is a U+0020 SPACE character,
a U+002C COMMA character, or a U+003B SEMICOLON character, then
return to step 4.</li>
position <var title="">position</var> is a U+0020 SPACE, U+002C
COMMA, or U+003B SEMICOLON character, then return to step 4.</li>

<li><p>Let <var title="">negated</var> be false.</p></li>
<li><p>Let <var title="">value</var> be 0.</p></li>
Expand Down

0 comments on commit 592b80d

Please sign in to comment.