NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 620 - Support '+' prefixes in integers, for compat with IE. (still not conforming, though)
Support '+' prefixes in integers, for compat with IE. (still not conforming, ...
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-14 15:06 CEST by Henri Sivonen
Modified: 2009-11-23 17:17 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-07-14 15:06:21 CEST
Index: source
===================================================================
--- source	(revision 3400)
+++ source	(revision 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)