websocket; hixie: clarification (whatwg r6192)

websocket; hixie: clarification (whatwg r6192)

http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.222&r2=1.223&f=h
http://html5.org/tools/web-apps-tracker?from=6191&to=6192

===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- Overview.html 6 Jun 2011 23:00:26 -0000 1.222
+++ Overview.html 6 Jun 2011 23:11:10 -0000 1.223
@@ -552,7 +552,9 @@
   attribute must initially return the empty string. After <i>the
   WebSocket connection is established</i>, its value might change, as
   defined below.<p class="note">The <code title="dom-WebSocket-extensions"><a href="#dom-websocket-extensions">extensions</a></code> attribute returns
-  the extensions selected by the server, if any.<p>The <dfn id="dom-websocket-protocol" title="dom-WebSocket-protocol"><code>protocol</code></dfn> attribute
+  the extensions selected by the server, if any. (Currently this will
+  only ever be either the empty string or "deflate-stream", the latter
+  indicating that the data is being compressed.)<p>The <dfn id="dom-websocket-protocol" title="dom-WebSocket-protocol"><code>protocol</code></dfn> attribute
   must initially return the empty string. After <i>the WebSocket
   connection is established</i>, its value might change, as defined
   below.<p class="note">The <code title="dom-WebSocket-protocol"><a href="#dom-websocket-protocol">protocol</a></code> attribute returns the

Received on Friday, 17 June 2011 09:54:22 UTC