- From: poot <cvsmail@w3.org>
- Date: Fri, 09 Sep 2011 21:26:21 -0400
- To: public-html-diffs@w3.org
SSE; hixie: Update Event interfaces to use constructors instead of init*Event methods; remove some typedefs. (whatwg r6551) http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.191&r2=1.192&f=h http://html5.org/tools/web-apps-tracker?from=6550&to=6551 =================================================================== RCS file: /sources/public/html5/eventsource/Overview.html,v retrieving revision 1.191 retrieving revision 1.192 diff -u -d -r1.191 -r1.192 --- Overview.html 17 Aug 2011 23:33:26 -0000 1.191 +++ Overview.html 10 Sep 2011 01:26:14 -0000 1.192 @@ -214,7 +214,7 @@ <h1>Server-Sent Events</h1> - <h2 class="no-num no-toc" id="editor-s-draft-17-august-2011">Editor's Draft 17 August 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-10-september-2011">Editor's Draft 10 September 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/eventsource/">http://www.w3.org/TR/eventsource/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -322,7 +322,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 17 August 2011 Editor's Draft. + This specification is the 10 September 2011 Editor's Draft. </p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables @@ -717,15 +717,15 @@ U+000A LINE FEED (LF) character, then remove the last character from the <var title="">data</var> buffer.</li> - <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 - serialization</span> of the <span>origin</span> of the event - stream's URL, and the <code title="dom-MessageEvent-lastEventId">lastEventId</code> attribute - must be set to the <a href="#concept-event-stream-last-event-id" title="concept-event-stream-last-event-id">last event ID + cancelable, and has no default action. The <code title="dom-MessageEvent-data">data</code> attribute must be + initialized to the value of the <var title="">data</var> buffer, + the <code title="dom-MessageEvent-origin">origin</code> attribute + must be initialized to the <span title="Unicode serialization of an + origin">Unicode serialization</span> of the <span>origin</span> of + the event stream's URL, and the <code title="dom-MessageEvent-lastEventId">lastEventId</code> attribute + must be initialized to the <a href="#concept-event-stream-last-event-id" title="concept-event-stream-last-event-id">last event ID string</a> of the event source.</li> <li><p>If the <var title="">event name</var> buffer has a value @@ -1010,11 +1010,6 @@ <dt id="refsDOMCORE">[DOMCORE]</dt> <dd><cite><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">Web DOM Core</a></cite>, A. van Kesteren. W3C.</dd> - <dt id="refsDOMEVENTS">[DOMEVENTS]</dt> - <dd><cite><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">Document - Object Model (DOM) Level 3 Events Specification</a></cite>, - D. Schepers. W3C.</dd> - <dt id="refsHTML">[HTML]</dt> <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>, I. Hickson. WHATWG.</dd>
Received on Saturday, 10 September 2011 01:26:23 UTC