- From: poot <cvsmail@w3.org>
- Date: Tue, 14 Jul 2009 12:02:05 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Support '+' prefixes in integers, for compat with IE. (still not conforming, though) (whatwg r3401) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2530&r2=1.2531&f=h http://html5.org/tools/web-apps-tracker?from=3400&to=3401 =================================================================== 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:17:49 UTC