- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Oct 2010 08:53:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory hutz:/tmp/cvs-serv25235 Modified Files: Overview.html Log Message: typo (whatwg r5609) Index: Overview.html =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.194 retrieving revision 1.195 diff -u -d -r1.194 -r1.195 --- Overview.html 12 Oct 2010 06:35:07 -0000 1.194 +++ Overview.html 12 Oct 2010 08:53:11 -0000 1.195 @@ -374,7 +374,7 @@ array is a subprotocol name. The connection will only be established if the server reports that it has selected one of these subprotocols. The subprotocol names must all be non-empty ASCII - strings with no control characters and not spaces in them (i.e. only + strings with no control characters and no spaces in them (i.e. only characters in the range U+0021 to U+007E).<p>When the <code>WebSocket()</code> constructor is invoked, the UA must run these steps:<ol><li><p><span>Parse a WebSocket URL's components</span> from the <var title="">url</var> argument, to obtain <var title="">host</var>, <var title="">port</var>, <var title="">resource name</var>, and <var title="">secure</var>. If
Received on Tuesday, 12 October 2010 08:53:14 UTC