[html5] r2940 - [e] (0) Improve consistency in syntax definitions. (credit: hs) (bug 6370)

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 31 16:50:26 PDT 2009


Author: ianh
Date: 2009-03-31 16:50:25 -0700 (Tue, 31 Mar 2009)
New Revision: 2940

Modified:
   index
   source
Log:
[e] (0) Improve consistency in syntax definitions. (credit: hs) (bug 6370)

Modified: index
===================================================================
--- index	2009-03-31 23:44:31 UTC (rev 2939)
+++ index	2009-03-31 23:50:25 UTC (rev 2940)
@@ -2267,8 +2267,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>
 

Modified: source
===================================================================
--- source	2009-03-31 23:44:31 UTC (rev 2939)
+++ source	2009-03-31 23:50:25 UTC (rev 2940)
@@ -1365,8 +1365,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>
 




More information about the Commit-Watchers mailing list