- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
 - Date: Fri, 23 Oct 2009 06:19:15 +0000
 - To: public-html-commits@w3.org
 
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25816
Modified Files:
	Overview.html 
Log Message:
Add a comment about how the + is ignored. (whatwg r4296)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3431
retrieving revision 1.3432
diff -u -d -r1.3431 -r1.3432
--- Overview.html	23 Oct 2009 06:17:43 -0000	1.3431
+++ Overview.html	23 Oct 2009 06:19:11 -0000	1.3432
@@ -2308,7 +2308,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>
 
Received on Friday, 23 October 2009 06:19:16 UTC