- From: poot <cvsmail@w3.org>
- Date: Mon, 27 Apr 2009 07:11:38 +0900 (JST)
- To: public-html-diffs@w3.org
Clean up event dispatch, with a particular emphasis on whether events get canceled or not. (whatwg r2992) When the user agent is required to dispatch the event, then the user agent must act as follows: http://people.w3.org/mike/diffs/html5/eventsource/Overview.1.27.html#dispatchMessage http://people.w3.org/mike/diffs/html5/eventsource/Overview.diff.html http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.26&r2=1.27&f=h http://html5.org/tools/web-apps-tracker?from=2991&to=2992 =================================================================== 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:12:15 UTC