[html5] r3401 - [gowt] (2) Support '+' prefixes in integers, for compat with IE. (still not conf [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jul 13 20:00:10 PDT 2009


Author: ianh
Date: 2009-07-13 20:00:08 -0700 (Mon, 13 Jul 2009)
New Revision: 3401

Modified:
   index
   source
Log:
[gowt] (2) Support '+' prefixes in integers, for compat with IE. (still not conforming, though)

Modified: index
===================================================================
--- index	2009-07-14 02:47:46 UTC (rev 3400)
+++ index	2009-07-14 03:00:08 UTC (rev 3401)
@@ -2440,8 +2440,13 @@
 
      <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>
 

Modified: source
===================================================================
--- source	2009-07-14 02:47:46 UTC (rev 3400)
+++ source	2009-07-14 03:00:08 UTC (rev 3401)
@@ -1525,6 +1525,12 @@
 
     </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)




More information about the Commit-Watchers mailing list