html5/websockets Overview.html,1.222,1.223

Update of /sources/public/html5/websockets
In directory hutz:/tmp/cvs-serv21047

Modified Files:
	Overview.html 
Log Message:
clarification (whatwg r6192)

Index: Overview.html
===================================================================
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 Monday, 6 June 2011 23:11:13 UTC