- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Jan 2009 09:58:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv19739 Modified Files: Overview.html Log Message: Minor editorial tweaks for WebSocket. (whatwg r2637) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1806 retrieving revision 1.1807 diff -u -d -r1.1806 -r1.1807 --- Overview.html 6 Jan 2009 12:30:47 -0000 1.1806 +++ Overview.html 8 Jan 2009 09:58:09 -0000 1.1807 @@ -8,7 +8,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</h1> <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->6 January 2009</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->8 January 2009</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090610/">http://www.w3.org/TR/2009/WD-html5-20090610/</a></dd> @@ -97,7 +97,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 6 January 2009 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 8 January 2009 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -785,7 +785,7 @@ <li><a href=#network-intro><span class=secno>7.3.1 </span>Introduction</a></li> <li><a href=#the-websocket-interface><span class=secno>7.3.2 </span>The <code>WebSocket</code> interface</a></li> <li><a href=#websocket-events><span class=secno>7.3.3 </span>WebSocket Events</a></li> - <li><a href=#the-web-socket-protocol><span class=secno>7.3.4 </span>The Web Socket protocol</a> + <li><a href=#websocket-protocol><span class=secno>7.3.4 </span>The Web Socket protocol</a> <ol> <li><a href=#client-side-requirements><span class=secno>7.3.4.1 </span>Client-side requirements</a> <ol> @@ -35551,9 +35551,10 @@ <dd><p>Must be invoked whenever an <code title=event-WebSocket-closed>closed</code> event is targeted at or bubbles through the <code><a href=#websocket>WebSocket</a></code> object.</dd> - </dl><h4 id=the-web-socket-protocol><span class=secno>7.3.4 </span>The Web Socket protocol</h4><p>The <a href=#task-source>task source</a> for all <a href=#concept-task title=concept-task>tasks</a> <a href=#queue-a-task title="queue a + </dl><h4 id=websocket-protocol><span class=secno>7.3.4 </span>The Web Socket protocol</h4><p>The <a href=#task-source>task source</a> for all <a href=#concept-task title=concept-task>tasks</a> <a href=#queue-a-task title="queue a task">queued</a> by algorithms in this section and its - subsections is the <dfn id=web-socket-task-source>Web Socket task source</dfn>.<h5 id=client-side-requirements><span class=secno>7.3.4.1 </span>Client-side requirements</h5><p><em>This section only applies to user agents.</em><p class=note>This specification doesn't currently define a limit + subsections is the <dfn id=web-socket-task-source>Web Socket task source</dfn>.<h5 id=client-side-requirements><span class=secno>7.3.4.1 </span>Client-side requirements</h5><p><em>This section only applies to user agents, not to + servers.</em><p class=note>This specification doesn't currently define a limit to the number of simultaneous connections that a client can establish to a server.<h6 id=handshake><span class=secno>7.3.4.1.1 </span>Handshake</h6><p>When the user agent is to <dfn id=establish-a-web-socket-connection>establish a Web Socket connection</dfn> to <var title="">url</var>, it must run the @@ -35581,7 +35582,7 @@ set it to a single character U+002F SOLIDUS (/).</li> <li><p>If the resulting <a href=#absolute-url>absolute URL</a> has a <a href=#url-query title=url-query><query></a> component, then append a - single 003F QUESTION MARK (?) character to <var title="">resource + single U+003F QUESTION MARK (?) character to <var title="">resource name</var>, followed by the value of the <a href=#url-query title=url-query><query></a> component.</li> <li> @@ -35994,7 +35995,7 @@ <li><p>If the high-order bit of <var title="">b</var> is set (i.e. if <var title="">b</var> <i title="">and</i>ed with 0x80 - returns 0x80), then return to the step above labeled <a href=#ws-cd-length>length</a>.</li> + returns 0x80), then return to the step above labeled <a href=#ws-cd-length><i>length</i></a>.</li> <li><p>Read <var title="">length</var> bytes.</li> @@ -36017,7 +36018,7 @@ <li id=ws-cd-data><p><em>Data</em>: Read a byte, let <var title="">b</var> be that byte.</li> <li><p>If <var title="">b</var> is not 0xff, then append <var title="">b</var> to <var title="">raw data</var> and return to - the previous step (labeled <a href=#ws-cd-data>data</a>).</li> + the previous step (labeled <a href=#ws-cd-data><i>data</i></a>).</li> <li><p>Interpret <var title="">raw data</var> as a UTF-8 string, and store that string in <var title="">data</var>.</p> @@ -36146,7 +36147,7 @@ <li id=ws-sd-data><p><em>Data</em>: Read a byte, let <var title="">b</var> be that byte.</li> <li><p>If <var title="">b</var> is not 0xff, then append <var title="">b</var> to <var title="">raw data</var> and return to the - previous step (labeled <a href=#ws-sd-data>data</a>).</li> + previous step (labeled <a href=#ws-sd-data><i>data</i></a>).</li> <li><p>Interpret <var title="">raw data</var> as a UTF-8 string, and apply whatever server-specific processing should occur for the @@ -36154,7 +36155,7 @@ <li><p>Return to the first step to read the next byte.</li> - </ol><hr><p>The server should run through the followin steps to send strings + </ol><hr><p>The server should run through the following steps to send strings to the client:<ol><li><p>Send a 0x00 byte to the client to indicate the start of a string.</li>
Received on Thursday, 8 January 2009 09:58:20 UTC