- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 03:36:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource In directory hutz:/tmp/cvs-serv6663 Modified Files: Overview.html Log Message: s/first script/entry script/ for sanity. (whatwg r4496) Index: Overview.html =================================================================== RCS file: /sources/public/html5/eventsource/Overview.html,v retrieving revision 1.106 retrieving revision 1.107 diff -u -d -r1.106 -r1.107 --- Overview.html 16 Dec 2009 20:49:10 -0000 1.106 +++ Overview.html 6 Jan 2010 03:36:35 -0000 1.107 @@ -173,10 +173,10 @@ </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><div class="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>Server-Sent Events</h1> - <h2 class="no-num no-toc" id="w3c-working-draft-22-december-2009">W3C Working Draft 22 December 2009</h2> + <h2 class="no-num no-toc" id="w3c-working-draft-22-december-2010">W3C Working Draft 22 December 2010</h2> <dl><dt>This Version:</dt> - <dd><a href="http://www.w3.org/TR/2009/WD-eventsource-20091222/">http://www.w3.org/TR/2009/WD-eventsource-20091222/</a></dd> + <dd><a href="http://www.w3.org/TR/2010/WD-eventsource-20101222/">http://www.w3.org/TR/2010/WD-eventsource-20101222/</a></dd> <dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/eventsource/">http://www.w3.org/TR/eventsource/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -238,7 +238,7 @@ </ul><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING LIST TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- status of document, group responsible (required) --><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Apps Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 22 December 2009 Last Call Working Draft. The Last Call review period will end on 30 June 2010. + This specification is the 22 December 2010 Last Call Working Draft. The Last Call review period will end on 30 June 2010. </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 @@ -358,7 +358,7 @@ 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="">url</var>, relative to - the <span>first script</span>'s <span title="script's base + the <span>entry script</span>'s <span title="script's base URL">base URL</span>.</li> <li><p>If the previous step failed, then throw a @@ -370,7 +370,7 @@ <li> <p><span>Fetch</span> the resource identified by the resulting - <span>absolute URL</span>, from the <span>first script</span>'s + <span>absolute URL</span>, from the <span>entry script</span>'s <span>origin</span>, and process it as described below.</p> <!-- not http-origin privacy sensitive --> @@ -441,7 +441,7 @@ response, never caching event sources.<p>User agents must act as if the connection had failed due to a network error if the <span>origin</span> of the <span>URL</span> of the resource to be <span title="fetch">fetched</span> is not the - <span>same origin</span> as that of the <span>first script</span> + <span>same origin</span> as that of the <span>entry script</span> when the <code title="dom-EventSource"><a href="#dom-eventsource">EventSource()</a></code> constructor is invoked.</p><!-- v2: add CORS support --><hr><p>As data is received, the <span title="concept-task">tasks</span> queued by the <span>networking task source</span> to handle the data
Received on Wednesday, 6 January 2010 03:36:39 UTC