[html5] r5832 - [e] (0) xref
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 3 15:41:53 PST 2011
Author: ianh
Date: 2011-02-03 15:41:51 -0800 (Thu, 03 Feb 2011)
New Revision: 5832
Modified:
complete.html
index
source
Log:
[e] (0) xref
Modified: complete.html
===================================================================
--- complete.html 2011-02-03 23:32:43 UTC (rev 5831)
+++ complete.html 2011-02-03 23:41:51 UTC (rev 5832)
@@ -73236,8 +73236,8 @@
<dd>
- <p>Returns the last event ID, for <a href=#server-sent-events>server-sent
- events</a>.</p>
+ <p>Returns the <a href=#concept-event-stream-last-event-id title=concept-event-stream-last-event-id>last event ID
+ string</a>, for <a href=#server-sent-events>server-sent events</a>.</p>
</dd>
@@ -73480,11 +73480,11 @@
framing that are supported by the user agent (one of which must be
<code><a href=#text/event-stream>text/event-stream</a></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><a href=#last-event-id>Last-Event-ID</a></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 <a href=#concept-event-stream-last-event-id title=concept-event-stream-last-event-id>last event ID
+ string</a> is not the empty string, then a <code title=http-last-event-id><a href=#last-event-id>Last-Event-ID</a></code> HTTP header must be
+ included with the request, whose value is the value of the event
+ source's <a href=#concept-event-stream-last-event-id title=concept-event-stream-last-event-id>last event
+ ID string</a>, 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
Modified: index
===================================================================
--- index 2011-02-03 23:32:43 UTC (rev 5831)
+++ index 2011-02-03 23:41:51 UTC (rev 5832)
@@ -71086,8 +71086,8 @@
<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>
Modified: source
===================================================================
--- source 2011-02-03 23:32:43 UTC (rev 5831)
+++ source 2011-02-03 23:41:51 UTC (rev 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
More information about the Commit-Watchers
mailing list