Skip to content

Commit

Permalink
[giow] (0) Clarify that the origin given in an event source event is …
Browse files Browse the repository at this point in the history
…the origin after redirects.

Affected topics: Server-Sent Events

git-svn-id: http://svn.whatwg.org/webapps@6847 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 6, 2011
1 parent 276a77b commit d10529f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -76787,8 +76787,9 @@ <h4 id=event-stream-interpretation><span class=secno>10.2.5 </span>Interpreting
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
Expand Down
5 changes: 3 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -76787,8 +76787,9 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
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
Expand Down
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -89042,9 +89042,9 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
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>

Expand Down

0 comments on commit d10529f

Please sign in to comment.