- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Mar 2009 23:50:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18151 Modified Files: Overview.html Log Message: Improve consistency in syntax definitions. (credit: hs) (bug 6370) (whatwg r2940) Index: Overview.html =================================================================== 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 Tuesday, 31 March 2009 23:50:41 UTC