Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7962

git-svn-id: http://svn.whatwg.org/webapps@4256 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent f3a8ebe commit c7191a0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
12 changes: 6 additions & 6 deletions complete.html
Expand Up @@ -65266,8 +65266,8 @@ <h3 id=event-definitions><span class=secno>10.1 </span>Event definitions</h3>
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
Expand Down Expand Up @@ -65765,8 +65765,8 @@ <h4 id=event-stream-interpretation><span class=secno>10.2.5 </span>Interpreting
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
Expand All @@ -65779,8 +65779,8 @@ <h4 id=event-stream-interpretation><span class=secno>10.2.5 </span>Interpreting
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>


Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -58790,8 +58790,8 @@ v2 (well, really v0):
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
Expand Down
13 changes: 8 additions & 5 deletions source
Expand Up @@ -73261,8 +73261,9 @@ interface <dfn>WorkerUtils</dfn> {

<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
Expand Down Expand Up @@ -73834,8 +73835,9 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
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
Expand All @@ -73851,7 +73853,8 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
</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>
Expand Down

0 comments on commit c7191a0

Please sign in to comment.