[html5] r3463 - [e] (0) Fix typo in BNF.

whatwg at whatwg.org whatwg at whatwg.org
Sat Jul 25 20:23:52 PDT 2009


Author: ianh
Date: 2009-07-25 20:23:51 -0700 (Sat, 25 Jul 2009)
New Revision: 3463

Modified:
   index
   source
Log:
[e] (0) Fix typo in BNF.

Modified: index
===================================================================
--- index	2009-07-26 03:05:46 UTC (rev 3462)
+++ index	2009-07-26 03:23:51 UTC (rev 3463)
@@ -11858,11 +11858,11 @@
 space         = %x0020 ; U+0020 SPACE
 star          = %x002A ; U+002A ASTERISK
 slash         = %x002F ; U+002F SOLIDUS
-not-newline   = %x0000-0009 / %x000B-%10FFFF
+not-newline   = %x0000-0009 / %x000B-10FFFF
                 ; a Unicode character other than U+000A LINE FEED
-not-star      = %x0000-0029 / %x002B-%10FFFF
+not-star      = %x0000-0029 / %x002B-10FFFF
                 ; a Unicode character other than U+002A ASTERISK
-not-slash     = %x0000-002E / %x0030-%10FFFF
+not-slash     = %x0000-002E / %x0030-10FFFF
                 ; a Unicode character other than U+002F SOLIDUS</pre>
 
   <div class=example>
@@ -72059,6 +72059,7 @@
   Dimitri Glazkov,
   Dimitry Golubovsky,
   dolphinling,
+  Dominique Hazaël-Massieux,
   Doron Rosenberg,
   Doug Kramer,
   Drew Wilson,

Modified: source
===================================================================
--- source	2009-07-26 03:05:46 UTC (rev 3462)
+++ source	2009-07-26 03:23:51 UTC (rev 3463)
@@ -12561,11 +12561,11 @@
 space         = %x0020 ; U+0020 SPACE
 star          = %x002A ; U+002A ASTERISK
 slash         = %x002F ; U+002F SOLIDUS
-not-newline   = %x0000-0009 / %x000B-%10FFFF
+not-newline   = %x0000-0009 / %x000B-10FFFF
                 ; a Unicode character other than U+000A LINE FEED
-not-star      = %x0000-0029 / %x002B-%10FFFF
+not-star      = %x0000-0029 / %x002B-10FFFF
                 ; a Unicode character other than U+002A ASTERISK
-not-slash     = %x0000-002E / %x0030-%10FFFF
+not-slash     = %x0000-002E / %x0030-10FFFF
                 ; a Unicode character other than U+002F SOLIDUS</pre>
 
   <div class="example">
@@ -85089,6 +85089,7 @@
   Dimitri Glazkov,
   Dimitry Golubovsky,
   dolphinling,
+  Dominique Hazaël-Massieux,
   Doron Rosenberg,
   Doug Kramer,
   Drew Wilson,




More information about the Commit-Watchers mailing list