[html5] r3221 - [e] (0) Fix a couple of leftover mistakes from the <eventsource> days. (credit: mjs)
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 11 12:13:43 PDT 2009
Author: ianh
Date: 2009-06-11 12:13:41 -0700 (Thu, 11 Jun 2009)
New Revision: 3221
Modified:
index
source
Log:
[e] (0) Fix a couple of leftover mistakes from the <eventsource> days. (credit: mjs)
Modified: index
===================================================================
--- index 2009-06-10 23:46:29 UTC (rev 3220)
+++ index 2009-06-11 19:13:41 UTC (rev 3221)
@@ -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-—-date:-01-jan-1901>Draft Standard — 10 June 2009</h2>
+ <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 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>
Modified: source
===================================================================
--- source 2009-06-10 23:46:29 UTC (rev 3220)
+++ source 2009-06-11 19:13:41 UTC (rev 3221)
@@ -69342,7 +69342,7 @@
<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>
@@ -69904,8 +69904,7 @@
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
More information about the Commit-Watchers
mailing list