[html5] r4256 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7962

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 21 03:13:11 PDT 2009


Author: ianh
Date: 2009-10-21 03:13:06 -0700 (Wed, 21 Oct 2009)
New Revision: 4256

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7962

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 10:11:24 UTC (rev 4255)
+++ complete.html	2009-10-21 10:13:06 UTC (rev 4256)
@@ -65266,8 +65266,8 @@
   identifier).</p>
 
   <p>The <dfn id=dom-messageevent-lasteventid title=dom-MessageEvent-lastEventId><code>lastEventId</code></dfn>
-  attribute represents, in <a href=#server-sent-events>server-sent events</a>, the
-  <span>last event ID string</span> of the event source.</p>
+  attribute represents, in <a href=#server-sent-events>server-sent events</a>, 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.</p>
 
   <p>The <dfn id=dom-messageevent-source title=dom-MessageEvent-source><code>source</code></dfn> attribute
   represents, in <a href=#crossDocumentMessages>cross-document messaging</a>, the
@@ -65765,8 +65765,8 @@
    to the <a href=#unicode-serialization-of-an-origin title="Unicode serialization of an origin">Unicode
    serialization</a> of the <a href=#origin>origin</a> of the event
    stream's URL, and the <code title=dom-MessageEvent-lastEventId><a href=#dom-messageevent-lasteventid>lastEventId</a></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
@@ -65779,8 +65779,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><a href=#dom-messageevent-lasteventid>lastEventId</a></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><a href=#dom-messageevent-lasteventid>lastEventId</a></code> field will
   be set to the value of whatever the last seen "id" field was.</p>
 
 

Modified: index
===================================================================
--- index	2009-10-21 10:11:24 UTC (rev 4255)
+++ index	2009-10-21 10:13:06 UTC (rev 4256)
@@ -58790,8 +58790,8 @@
   identifier).</p>
 
   <p>The <dfn id=dom-messageevent-lasteventid title=dom-MessageEvent-lastEventId><code>lastEventId</code></dfn>
-  attribute represents, in <span>server-sent events</span>, the
-  <span>last event ID string</span> of the event source.</p>
+  attribute represents, in <span>server-sent events</span>, the <span title=concept-event-stream-last-event-id>last event ID
+  string</span> of the event source.</p>
 
   <p>The <dfn id=dom-messageevent-source title=dom-MessageEvent-source><code>source</code></dfn> attribute
   represents, in <a href=#crossDocumentMessages>cross-document messaging</a>, the

Modified: source
===================================================================
--- source	2009-10-21 10:11:24 UTC (rev 4255)
+++ source	2009-10-21 10:13:06 UTC (rev 4256)
@@ -73261,8 +73261,9 @@
 
   <p>The <dfn
   title="dom-MessageEvent-lastEventId"><code>lastEventId</code></dfn>
-  attribute represents, in <span>server-sent events</span>, the
-  <span>last event ID string</span> of the event source.</p>
+  attribute represents, in <span>server-sent events</span>, the <span
+  title="concept-event-stream-last-event-id">last event ID
+  string</span> of the event source.</p>
 
   <p>The <dfn
   title="dom-MessageEvent-source"><code>source</code></dfn> attribute
@@ -73834,8 +73835,9 @@
    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.</p></li>
+   must be set to the <span
+   title="concept-event-stream-last-event-id">last event ID
+   string</span> of the event source.</p></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
@@ -73851,7 +73853,8 @@
   </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
+  earlier event did set the event source's <span
+  title="concept-event-stream-last-event-id">last event ID
   string</span>, 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.</p>




More information about the Commit-Watchers mailing list