Simplify event terminology. Make 'load' events fired on the Window have the Document as the target. (whatwg r2989)

Simplify event terminology. Make 'load' events fired on the Window have
the Document as the target. (whatwg r2989)

Status of this document
http://people.w3.org/mike/diffs/html5/websockets/Overview.1.71.html#status-of-this-document
When the Web Socket connection is closed, the readyState attribute's value must be changed to CLOSED (2), and the user agent must queue a task to fire a simple event called close at the WebSocket object.
http://people.w3.org/mike/diffs/html5/websockets/Overview.1.71.html#closeWebSocket
Web Socket task source
http://people.w3.org/mike/diffs/html5/websockets/Overview.1.71.html#web-socket-task-source
5 Feedback from the protocol
http://people.w3.org/mike/diffs/html5/websockets/Overview.1.71.html#feedback-from-the-protocol
Editor's Draft 26 April 2009
http://people.w3.org/mike/diffs/html5/websockets/Overview.1.71.html#editor-s-draft-date-1-january-1970
5.1 Garbage collection
http://people.w3.org/mike/diffs/html5/websockets/Overview.1.71.html#garbage-collection

http://people.w3.org/mike/diffs/html5/websockets/Overview.diff.html
http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.70&r2=1.71&f=h
http://html5.org/tools/web-apps-tracker?from=2988&to=2989

===================================================================
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:43:22 UTC