Bugzilla – Bug 620
Support '+' prefixes in integers, for compat with IE. (still not conforming, though)
Last modified: 2009-11-23 17:17:34 CET
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)