[html5] r4815 - [e] (0) abnf typos

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 2 02:20:05 PST 2010


Author: ianh
Date: 2010-03-02 02:20:03 -0800 (Tue, 02 Mar 2010)
New Revision: 4815

Modified:
   complete.html
   index
   source
Log:
[e] (0) abnf typos

Modified: complete.html
===================================================================
--- complete.html	2010-03-02 09:01:43 UTC (rev 4814)
+++ complete.html	2010-03-02 10:20:03 UTC (rev 4815)
@@ -67301,9 +67301,9 @@
 ; the wire protocol including error-handling and forward-compatible parsing rules
 frames        = *frame
 frame         = text-frame / binary-frame
-text-frame    = (%x00-%x7F) *( UTF8-char / %x80-%x7E ) %xFF
-binary-frame  = (%x80-%xFF) length < as many bytes as given by the length >
-length        = *(%x80-%xFF) (%x00-%x7F)</pre>
+text-frame    = (%x00-7F) *( UTF8-char / %x80-FE ) %xFF
+binary-frame  = (%x80-FF) length < as many bytes as given by the length >
+length        = *(%x80-FF) (%x00-7F)</pre>
 
   <p>The UTF8-char rule is defined in the UTF-8 specification. <a href=#refsRFC3629>[RFC3629]</a></p>
 
@@ -90339,6 +90339,7 @@
   Martin Dürst,
   Martin Honnen,
   Martin Kutschker,
+  Martin Thomson,
   Masataka Yakura,
   Mathieu Henri,
   Matt Schmidt,

Modified: index
===================================================================
--- index	2010-03-02 09:01:43 UTC (rev 4814)
+++ index	2010-03-02 10:20:03 UTC (rev 4815)
@@ -84204,6 +84204,7 @@
   Martin Dürst,
   Martin Honnen,
   Martin Kutschker,
+  Martin Thomson,
   Masataka Yakura,
   Mathieu Henri,
   Matt Schmidt,

Modified: source
===================================================================
--- source	2010-03-02 09:01:43 UTC (rev 4814)
+++ source	2010-03-02 10:20:03 UTC (rev 4815)
@@ -75667,9 +75667,9 @@
 ; the wire protocol including error-handling and forward-compatible parsing rules
 frames        = *frame
 frame         = text-frame / binary-frame
-text-frame    = (%x00-%x7F) *( UTF8-char / %x80-%x7E ) %xFF
-binary-frame  = (%x80-%xFF) length < as many bytes as given by the length >
-length        = *(%x80-%xFF) (%x00-%x7F)</pre>
+text-frame    = (%x00-7F) *( UTF8-char / %x80-FE ) %xFF
+binary-frame  = (%x80-FF) length < as many bytes as given by the length >
+length        = *(%x80-FF) (%x00-7F)</pre>
 
   <p>The UTF8-char rule is defined in the UTF-8 specification. <a
   href="#refsRFC3629">[RFC3629]</a></p>
@@ -101204,6 +101204,7 @@
   Martin Dürst,
   Martin Honnen,
   Martin Kutschker,
+  Martin Thomson,
   Masataka Yakura,
   Mathieu Henri,
   Matt Schmidt,




More information about the Commit-Watchers mailing list