html5/websockets Overview.html,1.71,1.72

Update of /sources/public/html5/websockets
In directory hutz:/tmp/cvs-serv7560

Modified Files:
	Overview.html 
Log Message:
Clean up event dispatch, with a particular emphasis on whether events get canceled or not. (whatwg r2992)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Overview.html	26 Apr 2009 19:42:20 -0000	1.71
+++ Overview.html	26 Apr 2009 22:10:56 -0000	1.72
@@ -419,7 +419,7 @@
    </li>
 
   </ol><hr><p>When <i>a Web Socket message has been received</i> with text <var title="">data</var>, the user agent must create an event that uses
-  the <code>MessageEvent</code> interface, with the event name <code title="event-message">message</code>, which does not bubble, is
+  the <code>MessageEvent</code> interface, with the event name <code title="event-message">message</code>, which does not bubble, is not
   cancelable, has no default action, and whose <code title="dom-MessageEvent-data">data</code> attribute is set to <var title="">data</var>, and <span>queue a task</span> to dispatch it at
   the <code><a href="#websocket">WebSocket</a></code> object.<hr><p id="closeWebSocket">When the <i>Web Socket connection is
   closed</i>, the <code title="dom-WebSocket-readyState"><a href="#dom-websocket-readystate">readyState</a></code> attribute's value

Received on Sunday, 26 April 2009 22:11:07 UTC