- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Aug 2009 00:41:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv19213 Modified Files: Overview.html Log Message: Sync with XHR2. (whatwg r3690) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.159 retrieving revision 1.160 diff -u -d -r1.159 -r1.160 --- Overview.html 25 Aug 2009 23:23:51 -0000 1.159 +++ Overview.html 29 Aug 2009 00:41:10 -0000 1.160 @@ -173,7 +173,7 @@ <h1>Web Workers</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-25-august-2009">Editor's Draft 25 August 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-29-august-2009">Editor's Draft 29 August 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -241,7 +241,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 25 August 2009 Editor's Draft. + This specification is the 29 August 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to specify a part of the Web @@ -278,7 +278,7 @@ <li><a href="#the-workerglobalscope-abstract-interface"><span class="secno">4.1.1 </span>The <code>WorkerGlobalScope</code> abstract interface</a></li> <li><a href="#dedicated-workers-and-the-dedicatedworkerglobalscope-interface"><span class="secno">4.1.2 </span>Dedicated workers and the <code>DedicatedWorkerGlobalScope</code> interface</a></li> <li><a href="#shared-workers-and-the-sharedworkerglobalscope-inteface"><span class="secno">4.1.3 </span>Shared workers and the <code>SharedWorkerGlobalScope</code> inteface</a></ol></li> - <li><a href="#base-urls-and-origins-of-workers"><span class="secno">4.2 </span>Base URLs and origins of workers</a></li> + <li><a href="#origins-of-workers"><span class="secno">4.2 </span>Origins of workers</a></li> <li><a href="#decoding-scripts"><span class="secno">4.3 </span>Decoding scripts</a></li> <li><a href="#the-event-loop"><span class="secno">4.4 </span>The event loop</a></li> <li><a href="#the-worker-s-lifetime"><span class="secno">4.5 </span>The worker's lifetime</a></li> @@ -1101,7 +1101,7 @@ associating the worker with an <span>application cache</span>.<p class="note">The <dfn id="dom-sharedworkerglobalscope-applicationcache" title="dom-SharedWorkerGlobalScope-applicationCache"><code>applicationCache</code></dfn> attribute returns the <code>ApplicationCache</code> object for the worker.</p><!-- normative conf criteria is in the appcache section - --><h3 id="base-urls-and-origins-of-workers"><span class="secno">4.2 </span>Base URLs and origins of workers</h3><p>Both the <span>origin</span> and <span>effective script + --><h3 id="origins-of-workers"><span class="secno">4.2 </span>Origins of workers</h3><p>Both the <span>origin</span> and <span>effective script origin</span> of scripts running in workers are the <span>origin</span> of the <span>absolute URL</span> given in that the worker's <code title="dom-WorkerGlobalScope-location"><a href="#dom-workerglobalscope-location">location</a></code> attribute @@ -1929,7 +1929,10 @@ the following:<ul><li><p><code>XMLHttpRequest</code> and all interface objects and constructors defined by the XMLHttpRequest specifications, except that the <span>document response entity body</span> must always be - null. <a href="#refsXHR">[XHR]</a></li> + null. The <span><code>XMLHttpRequest</code> base URL</span> is the + <span>script's base URL</span>; the + <span><code>XMLHttpRequest</code> origin</span> is the script's + <span>origin</span>. <a href="#refsXHR">[XHR]</a></li> <li><p>The <code>WebSocket</code> interface object and constructor. <a href="#refsWEBSOCKET">[WEBSOCKET]</a></li> @@ -2043,7 +2046,7 @@ Object</a></cite>, A. van Kesteren. W3C, April 2008.</dd> --> - <dd><cite><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest/"><code>XMLHttpRequest</code></a></cite>, + <dd><cite><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/"><code>XMLHttpRequest</code></a></cite>, A. van Kesteren. W3C, June 2009.</dd> </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to
Received on Saturday, 29 August 2009 00:41:28 UTC