[html5] r5043 - [e] (0) Make it even clearer that frame types are reserved.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Apr 13 20:42:38 PDT 2010
Author: ianh
Date: 2010-04-13 20:42:37 -0700 (Tue, 13 Apr 2010)
New Revision: 5043
Modified:
complete.html
source
Log:
[e] (0) Make it even clearer that frame types are reserved.
Modified: complete.html
===================================================================
--- complete.html 2010-04-14 03:06:54 UTC (rev 5042)
+++ complete.html 2010-04-14 03:42:37 UTC (rev 5043)
@@ -69120,7 +69120,8 @@
<p class=warning>At this time, the WebSocket protocol cannot be
used to send binary data. Using any of the frame types other than
- 0x00 and 0xFF is invalid.</p>
+ 0x00 and 0xFF is invalid. All other frame types are reserved for
+ future use by future versions of this protocol.</p>
<hr><p>The following diagram summarises the protocol:</p>
Modified: source
===================================================================
--- source 2010-04-14 03:06:54 UTC (rev 5042)
+++ source 2010-04-14 03:42:37 UTC (rev 5043)
@@ -77547,7 +77547,8 @@
<p class="warning">At this time, the WebSocket protocol cannot be
used to send binary data. Using any of the frame types other than
- 0x00 and 0xFF is invalid.</p>
+ 0x00 and 0xFF is invalid. All other frame types are reserved for
+ future use by future versions of this protocol.</p>
<hr>
More information about the Commit-Watchers
mailing list