- From: poot <cvsmail@w3.org>
- Date: Thu, 2 Apr 2009 13:08:14 +0900 (JST)
- To: public-html-diffs@w3.org
Improve consistency in syntax definitions. (credit: hs) (bug 6370) (whatwg r2940) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6370 2.4.3.3 Real numbers http://people.w3.org/mike/diffs/html5/spec/Overview.1.2105.html#real-numbers http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2104&r2=1.2105&f=h http://html5.org/tools/web-apps-tracker?from=2939&to=2940 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2104 retrieving revision 1.2105 diff -u -d -r1.2104 -r1.2105 --- Overview.html 31 Mar 2009 23:44:36 -0000 1.2104 +++ Overview.html 31 Mar 2009 23:50:30 -0000 1.2105 @@ -2007,8 +2007,8 @@ <li>Optionally, a U+002D HYPHEN-MINUS ("-") character or U+002B PLUS SIGN ("+") character.</li> - <li>A series of characters in the range U+0030 DIGIT ZERO (0) to - U+0039 DIGIT NINE (9).</li> + <li>A series of one or more characters in the range U+0030 DIGIT + ZERO (0) to U+0039 DIGIT NINE (9).</li> </ol></li>
Received on Thursday, 2 April 2009 04:08:50 UTC