- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Nov 2012 21:38:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv32440
Modified Files:
Overview.html
Log Message:
Try to be more normatively tight about 'fire' and 'dispatch'. (whatwg r7506)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -d -r1.230 -r1.231
--- Overview.html 30 Oct 2012 22:15:51 -0000 1.230
+++ Overview.html 5 Nov 2012 21:38:11 -0000 1.231
@@ -216,7 +216,7 @@
<h1>Server-Sent Events</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-30-october-2012">Editor's Draft 30 October 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-5-november-2012">Editor's Draft 5 November 2012</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>
@@ -354,7 +354,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 30 October 2012 Editor's Draft.
+ This specification is the 5 November 2012 Editor's Draft.
</p>
@@ -1007,9 +1007,8 @@
<li><p>Set the <var title="">data</var> buffer and the <var title="">event type</var> buffer to the empty string.</li>
- <li><p><span>Queue a task</span> which, if the <code title="dom-EventSource-readyState"><a href="#dom-eventsource-readystate">readyState</a></code> attribute is
- set to a value other than <code title="dom-EventSource-CLOSED"><a href="#dom-eventsource-closed">CLOSED</a></code>, dispatches the newly
- created event at the <code><a href="#eventsource">EventSource</a></code> object.</li>
+ <li><p><span>Queue a task</span> which, if the <code title="dom-EventSource-readyState"><a href="#dom-eventsource-readystate">readyState</a></code> attribute is set to a value other than <code title="dom-EventSource-CLOSED"><a href="#dom-eventsource-closed">CLOSED</a></code>, <span title="concept-event-dispatch">dispatches</span> the newly created event at the
+ <code><a href="#eventsource">EventSource</a></code> object.</li>
</ol><p class="note">If an event doesn't have an "id" field, but an
earlier event did set the event source's <a href="#concept-event-stream-last-event-id" title="concept-event-stream-last-event-id">last event ID
Received on Monday, 5 November 2012 21:38:14 UTC