HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/5832

SVNBugCommentTime (UTC)
5832xref2011-02-03 23:41
Index: source
===================================================================
--- source	(revision 5831)
+++ source	(revision 5832)
@@ -82836,8 +82836,9 @@
 
    <dd>
 
-    <p>Returns the last event ID, for <span>server-sent
-    events</span>.</p>
+    <p>Returns the <span
+    title="concept-event-stream-last-event-id">last event ID
+    string</span>, for <span>server-sent events</span>.</p>
 
    </dd>
 
@@ -83128,11 +83129,13 @@
   framing that are supported by the user agent (one of which must be
   <code>text/event-stream</code>, as described below).</p>
 
-  <p>If the event source's last event ID string is not the empty
-  string, then a <code title="http-last-event-id">Last-Event-ID</code>
-  HTTP header must be included with the request, whose value is the
-  value of the event source's last event ID string, encoded as
-  UTF-8.</p>
+  <p>If the event source's <span
+  title="concept-event-stream-last-event-id">last event ID
+  string</span> is not the empty string, then a <code
+  title="http-last-event-id">Last-Event-ID</code> HTTP header must be
+  included with the request, whose value is the value of the event
+  source's <span title="concept-event-stream-last-event-id">last event
+  ID string</span>, encoded as UTF-8.</p>
 
   <p>User agents should use the <code>Cache-Control: no-cache</code>
   header in requests to bypass any caches for requests of event

|