- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Mar 2010 18:02:02 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: First draft of possible change to the WebSocket handshake. Also, make the protocol and API be consistently called WebSocket. (whatwg r4814) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3863&r2=1.3864&f=h http://html5.org/tools/web-apps-tracker?from=4813&to=4814 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3863 retrieving revision 1.3864 diff -u -d -r1.3863 -r1.3864 --- Overview.html 1 Mar 2010 22:18:57 -0000 1.3863 +++ Overview.html 2 Mar 2010 09:01:49 -0000 1.3864 @@ -31090,16 +31090,16 @@ character not followed by a U+000A LINE FEED (LF) character, and every occurrence of a U+000A LINE FEED (LF) character not preceded by a U+000D CARRIAGE RETURN (CR) character, by a two-character - string consisting of a U+000D CARRIAGE RETURN - U+000A LINE FEED + string consisting of a U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF) character pair.</li> <li><p>If the element's <code title="attr-textarea-wrap"><a href="#attr-textarea-wrap">wrap</a></code> attribute is in the <a href="#attr-textarea-wrap-hard-state" title="attr-textarea-wrap-hard-state">Hard</a> state, insert - U+000D CARRIAGE RETURN - U+000A LINE FEED (CRLF) character pairs + U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF) character pairs into the string using a UA-defined algorithm so that each line has no more than <a href="#attr-textarea-cols-value" title="attr-textarea-cols-value">character width</a> characters. For the purposes of this requirement, lines are delimited by the start of the string, the end of the - string, and U+000D CARRIAGE RETURN - U+000A LINE FEED (CRLF) + string, and U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF) character pairs.</li> </ol></div><p>The <dfn id="attr-textarea-maxlength" title="attr-textarea-maxlength"><code>maxlength</code></dfn> @@ -42714,7 +42714,7 @@ <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable">salvageable</var> state to false. <a href="#refsWEBSQL">[WEBSQL]</a> </li> - <li><p><span>Close the Web Socket connection</span> of any + <li><p><span>Close the WebSocket connection</span> of any <code>WebSocket</code> objects that were created by the <code title="dom-WebSocket">WebSocket()</code> constructor visible on the <code><a href="#document">Document</a></code>'s <code><a href="#window">Window</a></code> object. If this affected any <code>WebSocket</code> objects, the set @@ -68734,10 +68734,10 @@ <dt id="refsWEBSOCKET">[WEBSOCKET]</dt> <!-- - <dd><cite><a href="http://www.w3.org/TR/websockets/">The Web Sockets + <dd><cite><a href="http://www.w3.org/TR/websockets/">The WebSocket API</a></cite>, I. Hickson. W3C.</dd> --> - <dd><cite><a href="http://dev.w3.org/html5/websockets/">The Web Sockets + <dd><cite><a href="http://dev.w3.org/html5/websockets/">The WebSocket API</a></cite>, I. Hickson. W3C.</dd> <dt id="refsWEBSQL">[WEBSQL]</dt>
Received on Tuesday, 2 March 2010 09:02:31 UTC