[html5] r6847 - [giow] (0) Clarify that the origin given in an event source event is the origin [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 6 15:50:22 PST 2011


Author: ianh
Date: 2011-12-06 15:50:21 -0800 (Tue, 06 Dec 2011)
New Revision: 6847

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Clarify that the origin given in an event source event is the origin after redirects.
Affected topics: Server-Sent Events

Modified: complete.html
===================================================================
--- complete.html	2011-12-06 23:38:37 UTC (rev 6846)
+++ complete.html	2011-12-06 23:50:21 UTC (rev 6847)
@@ -76787,8 +76787,9 @@
    the <code title=dom-MessageEvent-origin><a href=#dom-messageevent-origin>origin</a></code> attribute
    must be initialized 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 initialized to the <a href=#concept-event-stream-last-event-id title=concept-event-stream-last-event-id>last event ID
+   the event stream's final URL (i.e. the URL after redirects), and
+   the <code title=dom-MessageEvent-lastEventId><a href=#dom-messageevent-lasteventid>lastEventId</a></code>
+   attribute must be initialized 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

Modified: index
===================================================================
--- index	2011-12-06 23:38:37 UTC (rev 6846)
+++ index	2011-12-06 23:50:21 UTC (rev 6847)
@@ -76787,8 +76787,9 @@
    the <code title=dom-MessageEvent-origin><a href=#dom-messageevent-origin>origin</a></code> attribute
    must be initialized 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 initialized to the <a href=#concept-event-stream-last-event-id title=concept-event-stream-last-event-id>last event ID
+   the event stream's final URL (i.e. the URL after redirects), and
+   the <code title=dom-MessageEvent-lastEventId><a href=#dom-messageevent-lasteventid>lastEventId</a></code>
+   attribute must be initialized 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

Modified: source
===================================================================
--- source	2011-12-06 23:38:37 UTC (rev 6846)
+++ source	2011-12-06 23:50:21 UTC (rev 6847)
@@ -89042,9 +89042,9 @@
    the <code title="dom-MessageEvent-origin">origin</code> attribute
    must be initialized 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 initialized to the <span
+   the event stream's final URL (i.e. the URL after redirects), and
+   the <code title="dom-MessageEvent-lastEventId">lastEventId</code>
+   attribute must be initialized to the <span
    title="concept-event-stream-last-event-id">last event ID
    string</span> of the event source.</p></li>
 




More information about the Commit-Watchers mailing list