- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Apr 2009 22:10:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv7528
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/eventsource/Overview.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.html 26 Apr 2009 19:42:16 -0000 1.26
+++ Overview.html 26 Apr 2009 22:10:52 -0000 1.27
@@ -573,7 +573,7 @@
steps.</li>
<li><p>Otherwise, 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
+ <code>MessageEvent</code> interface, with the event name <code title="event-message">message</code>, which does not bubble, is not
cancelable, and has no default action. The <code title="dom-MessageEvent-data">data</code> attribute must be set to
the value of the <var title="">data</var> buffer, the <code title="dom-MessageEvent-origin">origin</code> attribute must be set
to the <span title="Unicode serialization of an origin">Unicode
Received on Sunday, 26 April 2009 22:11:04 UTC