Skip to content

Commit

Permalink
[e] (0) remove redundant requirement
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8392

git-svn-id: http://svn.whatwg.org/webapps@4489 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent ca95a10 commit 00ce76e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -4542,7 +4542,7 @@ <h4 id=space-separated-tokens><span class=secno>2.4.7 </span>Space-separated tok
<li><p>Let <var title="">position</var> be a pointer into <var title="">input</var>, initially pointing at the start of the
string.</li>

<li><p>If <var title="">position</var> is beyond the end of <var title="">input</var>, set the string being modified to <var title="">output</var>, and abort these steps.</li>
<li><p>If <var title="">position</var> is beyond the end of <var title="">input</var>, abort these steps.</li>

<li><p>If the character at <var title="">position</var> is a
<a href=#space-character>space character</a>:</p>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -4377,7 +4377,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><p>Let <var title="">position</var> be a pointer into <var title="">input</var>, initially pointing at the start of the
string.</li>

<li><p>If <var title="">position</var> is beyond the end of <var title="">input</var>, set the string being modified to <var title="">output</var>, and abort these steps.</li>
<li><p>If <var title="">position</var> is beyond the end of <var title="">input</var>, abort these steps.</li>

<li><p>If the character at <var title="">position</var> is a
<a href=#space-character>space character</a>:</p>
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -3920,8 +3920,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
string.</p></li>

<li><p>If <var title="">position</var> is beyond the end of <var
title="">input</var>, set the string being modified to <var
title="">output</var>, and abort these steps.</p></li>
title="">input</var>, abort these steps.</p></li>

<li><p>If the character at <var title="">position</var> is a
<span>space character</span>:</p>
Expand Down

0 comments on commit 00ce76e

Please sign in to comment.