- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:51:21 -0400
- To: public-html-diffs@w3.org
SSE; hixie: remove a redundant 'otherwise' (whatwg r6254) http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.177&r2=1.178&f=h http://html5.org/tools/web-apps-tracker?from=6253&to=6254 =================================================================== RCS file: /sources/public/html5/eventsource/Overview.html,v retrieving revision 1.177 retrieving revision 1.178 diff -u -d -r1.177 -r1.178 --- Overview.html 17 Jun 2011 00:49:09 -0000 1.177 +++ Overview.html 17 Jun 2011 01:06:43 -0000 1.178 @@ -707,8 +707,8 @@ from the <var title="">data</var> buffer.</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 not + <li><p>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 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 Friday, 17 June 2011 09:51:26 UTC