[html5] r4296 - [e] (0) Add a comment about how the + is ignored. Fixing http://www.w3.org/Bugs/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 22 23:32:23 PDT 2009
Author: ianh
Date: 2009-10-22 23:32:19 -0700 (Thu, 22 Oct 2009)
New Revision: 4296
Modified:
complete.html
index
source
Log:
[e] (0) Add a comment about how the + is ignored.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8007
Modified: complete.html
===================================================================
--- complete.html 2009-10-23 06:30:51 UTC (rev 4295)
+++ complete.html 2009-10-23 06:32:19 UTC (rev 4296)
@@ -2760,7 +2760,9 @@
<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>
Modified: index
===================================================================
--- index 2009-10-23 06:30:51 UTC (rev 4295)
+++ index 2009-10-23 06:32:19 UTC (rev 4296)
@@ -2570,7 +2570,9 @@
<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>
Modified: source
===================================================================
--- source 2009-10-23 06:30:51 UTC (rev 4295)
+++ source 2009-10-23 06:32:19 UTC (rev 4296)
@@ -1636,7 +1636,9 @@
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>
More information about the Commit-Watchers
mailing list