[html5] r4118 - [e] (0) typo fix

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 12 18:37:47 PDT 2009


Author: ianh
Date: 2009-10-12 18:37:45 -0700 (Mon, 12 Oct 2009)
New Revision: 4118

Modified:
   complete.html
   source
Log:
[e] (0) typo fix

Modified: complete.html
===================================================================
--- complete.html	2009-10-12 23:33:53 UTC (rev 4117)
+++ complete.html	2009-10-13 01:37:45 UTC (rev 4118)
@@ -110,7 +110,7 @@
 
   <header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 12 October 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 13 October 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -65920,10 +65920,10 @@
   defined. Frames denoted by bytes that do not have the high bit set
   (0x00 to 0x7F) are treated as described above (a stream of bytes
   terminated by 0xFF). Frames denoted by bytes that have the high bit
-  set (0x80 to 0xFF) or equal to 0x80) have a leading length
-  indicator, which is encoded as a series of 7-bit bytes stored in
-  octets with the 8th bit being set for all but the last byte. The
-  remainder of the frame is then as much data as was specified.</p>
+  set (0x80 to 0xFF) have a leading length indicator, which is encoded
+  as a series of 7-bit bytes stored in octets with the 8th bit being
+  set for all but the last byte. The remainder of the frame is then as
+  much data as was specified.</p>
 
   <hr><p>The following diagrams summarise the protocol:</p>
 

Modified: source
===================================================================
--- source	2009-10-12 23:33:53 UTC (rev 4117)
+++ source	2009-10-13 01:37:45 UTC (rev 4118)
@@ -74099,10 +74099,10 @@
   defined. Frames denoted by bytes that do not have the high bit set
   (0x00 to 0x7F) are treated as described above (a stream of bytes
   terminated by 0xFF). Frames denoted by bytes that have the high bit
-  set (0x80 to 0xFF) or equal to 0x80) have a leading length
-  indicator, which is encoded as a series of 7-bit bytes stored in
-  octets with the 8th bit being set for all but the last byte. The
-  remainder of the frame is then as much data as was specified.</p>
+  set (0x80 to 0xFF) have a leading length indicator, which is encoded
+  as a series of 7-bit bytes stored in octets with the 8th bit being
+  set for all but the last byte. The remainder of the frame is then as
+  much data as was specified.</p>
 
   <hr>
 




More information about the Commit-Watchers mailing list