- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Apr 2009 19:42:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory hutz:/tmp/cvs-serv18301 Modified Files: Overview.html Log Message: Simplify event terminology. Make 'load' events fired on the Window have the Document as the target. (whatwg r2989) Index: Overview.html =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- Overview.html 24 Apr 2009 07:33:12 -0000 1.70 +++ Overview.html 26 Apr 2009 19:42:20 -0000 1.71 @@ -147,7 +147,7 @@ <h1>The Web Sockets API</h1> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 24 April 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 26 April 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -216,7 +216,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 24 April 2009 Editor's Draft. + This specification is the 26 April 2009 Editor's Draft. <!--:ZZZ--> <p>This specification is being developed in conjunction with an Internet Draft for a wire protocol, the Web Socket Protocol, @@ -413,7 +413,7 @@ <li> <p><span>Queue a task</span> to <span>fire a simple event</span> - named <code title="event-open">open</code> at the + called <code title="event-open">open</code> at the <code><a href="#websocket">WebSocket</a></code> object.</p> </li> @@ -425,7 +425,7 @@ closed</i>, the <code title="dom-WebSocket-readyState"><a href="#dom-websocket-readystate">readyState</a></code> attribute's value must be changed to <code title="dom-WebSocket-CLOSED"><a href="#dom-websocket-closed">CLOSED</a></code> (2), and the user agent must <span>queue a task</span> to <span>fire - a simple event</span> named <code title="event-close">close</code> at the + a simple event</span> called <code title="event-close">close</code> at the <code><a href="#websocket">WebSocket</a></code> object.<hr><p>The <span>task source</span> for all <span title="concept-task">tasks</span> <span title="queue a task">queued</span> in this section is the <dfn id="web-socket-task-source">Web Socket task source</dfn>.<h3 id="garbage-collection"><span class="secno">5.1 </span>Garbage collection</h3><p>A <code><a href="#websocket">WebSocket</a></code> object with an open connection must not
Received on Sunday, 26 April 2009 19:42:31 UTC