- From: CVS User ihickson <cvsmail@w3.org>
- Date: Fri, 29 Mar 2013 18:45:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory roscoe:/tmp/cvs-serv19912 Modified Files: Overview.html Log Message: Strip a leading BOM from scripts in workers, if any. Also, use more of the encoding spec. (whatwg r7782) --- /sources/public/html5/websockets/Overview.html 2013/02/09 04:06:20 1.293 +++ /sources/public/html5/websockets/Overview.html 2013/03/29 18:45:33 1.294 @@ -216,7 +216,7 @@ <h1>The WebSocket API</h1> - <h2 class="no-num no-toc" id="editor-s-draft-9-february-2013">Editor's Draft 9 February 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-29-march-2013">Editor's Draft 29 March 2013</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/websockets/">http://www.w3.org/TR/websockets/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -350,7 +350,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 9 February 2013 Editor's Draft. + This specification is the 29 March 2013 Editor's Draft. </p> @@ -992,9 +992,9 @@ action, whose <code title="dom-CloseEvent-wasClean"><a href="#dom-closeevent-wasclean">wasClean</a></code> attribute is initialized to true if the connection closed <i title="">cleanly</i> and false otherwise, whose <code title="dom-CloseEvent-code"><a href="#dom-closeevent-code">code</a></code> attribute is initialized to <i>the WebSocket connection close code</i>, and whose <code title="dom-CloseEvent-reason"><a href="#dom-closeevent-reason">reason</a></code> attribute is - initialized to <i>the WebSocket connection close reason</i> <span>decoded as UTF-8, with error - handling</span>, and <span title="concept-event-dispatch">dispatch</span> the event at the - <code><a href="#websocket">WebSocket</a></code> object. <a href="#refsWSP">[WSP]</a></li> + initialized to the result of applying the <span>UTF-8 decoder</span> to <i>the WebSocket + connection close reason</i>, and <span title="concept-event-dispatch">dispatch</span> the event + at the <code><a href="#websocket">WebSocket</a></code> object. <a href="#refsWSP">[WSP]</a></li> </ol><div class="warning">
Received on Friday, 29 March 2013 18:45:34 UTC