- From: CVS User ihickson <cvsmail@w3.org>
- Date: Mon, 04 Feb 2013 20:40:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory roscoe:/tmp/cvs-serv15746 Modified Files: Overview.html Log Message: XHR defines this now (whatwg r7690) --- /sources/public/html5/workers/Overview.html 2013/01/30 23:32:06 1.357 +++ /sources/public/html5/workers/Overview.html 2013/02/04 20:40:07 1.358 @@ -216,7 +216,7 @@ <h1>Web Workers</h1> - <h2 class="no-num no-toc" id="editor-s-draft-30-january-2013">Editor's Draft 30 January 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-4-february-2013">Editor's Draft 4 February 2013</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/workers/">http://www.w3.org/TR/workers/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -353,7 +353,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 30 January 2013 Editor's Draft. + This specification is the 4 February 2013 Editor's Draft. </p> @@ -2454,17 +2454,7 @@ <span>JavaScript global environment</span> is a <span>worker environment</span> except for the following:</p> - <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. 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>, and the <span><code>XMLHttpRequest</code> - referrer source</span> is the <span>script's referrer - source</span>. <a href="#refsXHR">[XHR]</a></li> - - <li><p>The interface objects and constructors defined by this + <ul><li><p>The interface objects and constructors defined by this specification, except where is further restricted by explicit requirements in this specification.</li> @@ -2541,9 +2531,6 @@ <dt id="refsWEBIDL">[WEBIDL]</dt> <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web IDL</a></cite>, C. McCormack. W3C.</dd> - <dt id="refsXHR">[XHR]</dt> - <dd><cite><a href="http://xhr.spec.whatwg.org/"><code>XMLHttpRequest</code></a></cite>, A. van Kesteren. WHATWG.</dd> - </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2> <!-- ACKS --> <p>Thanks to
Received on Monday, 4 February 2013 20:40:08 UTC