Skip to content

Commit

Permalink
[e] (0) this was more confusing that helpful, so let's remove it
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6253 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 17, 2011
1 parent d92d43e commit ad5048a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions complete.html
Expand Up @@ -79024,10 +79024,7 @@ <h4 id=processing-model-5><span class=secno>11.2.3 </span>Processing model</h4>
the reconnection time of the event source, if the <code title=dom-EventSource-readyState><a href=#dom-eventsource-readystate>readyState</a></code> attribute is
still set to <code title=dom-EventSource-CONNECTING><a href=#dom-eventsource-connecting>CONNECTING</a></code>,
<a href=#fetch>fetch</a> the event source resource again from the same
<a href=#origin>origin</a> as the original request triggered by the <code title=dom-EventSource><a href=#dom-eventsource>EventSource()</a></code> constructor.
<strong>Only if the user agent <a href=#reestablish-the-connection title="reestablish the
connection">reestablishes the connection</a> does the connection
get opened anew!</strong></p>
<a href=#origin>origin</a> as the original request triggered by the <code title=dom-EventSource><a href=#dom-eventsource>EventSource()</a></code> constructor.</p>

<p>When a user agent is to <dfn id=fail-the-connection>fail the connection</dfn>, the user
agent must set the <code title=dom-EventSource-readyState><a href=#dom-eventsource-readystate>readyState</a></code> attribute to
Expand Down
5 changes: 1 addition & 4 deletions source
Expand Up @@ -89587,10 +89587,7 @@ interface <dfn>EventSource</dfn> {
title="dom-EventSource-CONNECTING">CONNECTING</code>,
<span>fetch</span> the event source resource again from the same
<span>origin</span> as the original request triggered by the <code
title="dom-EventSource">EventSource()</code> constructor.
<strong>Only if the user agent <span title="reestablish the
connection">reestablishes the connection</span> does the connection
get opened anew!</strong></p>
title="dom-EventSource">EventSource()</code> constructor.</p>

<p>When a user agent is to <dfn>fail the connection</dfn>, the user
agent must set the <code
Expand Down

0 comments on commit ad5048a

Please sign in to comment.