html5/spec Overview.html,1.3863,1.3864

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20640

Modified Files:
	Overview.html 
Log Message:
First draft of possible change to the WebSocket handshake. Also, make the protocol and API be consistently called WebSocket. (whatwg r4814)

Index: Overview.html
===================================================================
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:01:54 UTC