- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Oct 2009 11:32:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory hutz:/tmp/cvs-serv18108 Modified Files: Overview.html Log Message: changed 'fire [an event] called /event/' to 'fire [an event] named /event/'. (whatwg r4072) Index: Overview.html =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- Overview.html 4 Oct 2009 10:14:11 -0000 1.119 +++ Overview.html 4 Oct 2009 11:32:50 -0000 1.120 @@ -435,7 +435,7 @@ <li> <p><span>Queue a task</span> to <span>fire a simple event</span> - called <code title="event-open">open</code> at the + named <code title="event-open">open</code> at the <code><a href="#websocket">WebSocket</a></code> object.</p> </li> @@ -447,7 +447,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> called <code title="event-close">close</code> at the + a simple event</span> named <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, 4 October 2009 11:32:53 UTC