- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 10:01:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource In directory hutz:/tmp/cvs-serv22379 Modified Files: Overview.html Log Message: xref (whatwg r4256) Index: Overview.html =================================================================== RCS file: /sources/public/html5/eventsource/Overview.html,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- Overview.html 21 Oct 2009 09:25:08 -0000 1.86 +++ Overview.html 21 Oct 2009 10:00:59 -0000 1.87 @@ -665,8 +665,8 @@ 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 <span>last event ID string</span> of the event - source.</li> + must be set 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 other than the empty string, change the type of the newly created @@ -679,8 +679,8 @@ 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 <span>last event ID - string</span>, then the event's <code title="dom-MessageEvent-lastEventId">lastEventId</code> field will + 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 + string</a>, then the event's <code title="dom-MessageEvent-lastEventId">lastEventId</code> field will be set to the value of whatever the last seen "id" field was.<div class="example"> <p>The following event stream, once followed by a blank line:</p>
Received on Wednesday, 21 October 2009 10:01:05 UTC