Skip to content

Commit

Permalink
[e] (0) Add a comment about how the + is ignored.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8007

git-svn-id: http://svn.whatwg.org/webapps@4296 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 23, 2009
1 parent a2c52cd commit 6ef2b38
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -2760,7 +2760,9 @@ <h5 id=non-negative-integers><span class=secno>2.4.4.1 </span>Non-negative integ
<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, return an error.</li>

<li><p>If the next character is a U+002B PLUS SIGN character (+),
advance <var title="">position</var> to the next character.</li>
advance <var title="">position</var> to the next character. (The
"<code title="">+</code>" is ignored, but it is not
conforming.)</li>

<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, return an error.</li>

Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -2570,7 +2570,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, return an error.</li>

<li><p>If the next character is a U+002B PLUS SIGN character (+),
advance <var title="">position</var> to the next character.</li>
advance <var title="">position</var> to the next character. (The
"<code title="">+</code>" is ignored, but it is not
conforming.)</li>

<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, return an error.</li>

Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -1636,7 +1636,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
title="">input</var>, return an error.</p></li>

<li><p>If the next character is a U+002B PLUS SIGN character (+),
advance <var title="">position</var> to the next character.</li>
advance <var title="">position</var> to the next character. (The
"<code title="">+</code>" is ignored, but it is not
conforming.)</li>

<li><p>If <var title="">position</var> is past the end of <var
title="">input</var>, return an error.</p></li>
Expand Down

0 comments on commit 6ef2b38

Please sign in to comment.