- From: poot <cvsmail@w3.org>
- Date: Tue, 12 Oct 2010 17:53:20 +0900 (JST)
- To: public-html-diffs@w3.org
websocket; hixie: typo (whatwg r5609) http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.194&r2=1.195&f=h http://html5.org/tools/web-apps-tracker?from=5608&to=5609 =================================================================== 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:49 UTC