html5/spec Overview.html,1.2530,1.2531

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12060

Modified Files:
	Overview.html 
Log Message:
Support '+' prefixes in integers, for compat with IE. (still not conforming, though) (whatwg r3401)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2530
retrieving revision 1.2531
diff -u -d -r1.2530 -r1.2531
--- Overview.html	14 Jul 2009 02:48:21 -0000	1.2530
+++ Overview.html	14 Jul 2009 03:00:43 -0000	1.2531
@@ -2177,7 +2177,12 @@
 
      <li>If <var title="">position</var> is past the end of <var title="">input</var>, return an error.</li>
 
-    </ol></li>
+    </ol><p>Otherwise, if the character indicated by <var title="">position</var> (the first character) is a U+002B PLUS
+    SIGN character (+), then advance <var title="">position</var> to
+    the next character. (The "<code title="">+</code>" is ignored, but
+    it is not conforming.)</p>
+
+   </li>
 
    <li><p>If the next character is not one of U+0030 DIGIT ZERO (0)
    .. U+0039 DIGIT NINE (9), then return an error.</li>

Received on Tuesday, 14 July 2009 03:00:56 UTC