html5/eventsource Overview.html,1.31,1.32

Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv13913

Modified Files:
	Overview.html 
Log Message:
Fix a couple of leftover mistakes from the <eventsource> days. (credit: mjs) (whatwg r3221)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Overview.html	10 May 2009 11:20:17 -0000	1.31
+++ Overview.html	11 Jun 2009 19:13:45 -0000	1.32
@@ -151,7 +151,7 @@
    <h1>Server-Sent Events</h1>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 10 May 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 11 June 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -217,7 +217,7 @@
   specification's progress along the W3C Recommendation track.
   <!--ZZZ:-->
   <!-- This specification is the 23 April 2009 Working Draft. -->
-  This specification is the 10 May 2009 Editor's Draft.
+  This specification is the 11 June 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
   February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of
@@ -312,7 +312,7 @@
   <var title="">url</var>, which specifies the <span>URL</span> to
   which to connect. When the <code>EventSource()</code> constructor is
   invoked, the UA must run these steps:<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>.</li>
 
@@ -696,8 +696,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><a href="#eventsource">eventsource</a></code> element.<p>Authors are also cautioned that HTTP chunking can have unexpected
+  the URL when the connection is established.<p>Authors are also cautioned that HTTP chunking can have unexpected
   negative effects on the reliability of this protocol. Where
   possible, chunking should be disabled for serving event streams
   unless the rate of messages is high enough for this not to

Received on Thursday, 11 June 2009 19:13:54 UTC