Skip to content

Commit

Permalink
[e] (0) Fix a couple of leftover mistakes from the <eventsource> days…
Browse files Browse the repository at this point in the history
…. (credit: mjs)

git-svn-id: http://svn.whatwg.org/webapps@3221 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 11, 2009
1 parent 1ae9d91 commit bd33998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 10 June 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 11 June 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -69342,7 +69342,7 @@ interface <dfn>EventSource</dfn> {
<ol>

<li><p><span title="resolve a url">Resolve</span> the
<span>URL</span> specified in <var title="">src</var>, relative to
<span>URL</span> specified in <var title="">url</var>, relative to
the <span>first script</span>'s <span title="script's base
URL">base URL</span>.</p></li>

Expand Down Expand Up @@ -69904,8 +69904,7 @@ data:&nbsp;test</pre>
individual IP addresses can have multiple clients (due to sharing a
proxy server). It is better to include a unique identifier in the
document when it is served and then pass that identifier as part of
the URL in the <code title="attr-eventsource-src">src</code>
attribute of the <code>eventsource</code> element.</p>
the URL when the connection is established.</p>

<p>Authors are also cautioned that HTTP chunking can have unexpected
negative effects on the reliability of this protocol. Where
Expand Down

0 comments on commit bd33998

Please sign in to comment.