- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 03 Jul 2013 16:59:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory roscoe:/tmp/cvs-serv4371 Modified Files: Overview.html Log Message: Remove an over-broad statement that just confuses matters with respect to what's available in a Worker. If anyone sees something that should be available in a Worker but isn't explicitly allowed, let me know. (whatwg r8021) --- /sources/public/html5/workers/Overview.html 2013/06/21 18:04:42 1.386 +++ /sources/public/html5/workers/Overview.html 2013/07/03 16:59:02 1.387 @@ -216,7 +216,7 @@ <h1>Web Workers</h1> - <h2 class="no-num no-toc" id="editor-s-draft-21-june-2013">Editor's Draft 21 June 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-3-july-2013">Editor's Draft 3 July 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 21 June 2013 Editor's Draft. + This specification is the 3 July 2013 Editor's Draft. </p> @@ -2260,10 +2260,7 @@ <p>Nothing must be <span>exposed to JavaScript</span> when the <span>JavaScript global environment</span> is a <span>worker environment</span> except for the following:</p> - <ul><li><p>The interfaces and exceptions defined by this specification, except where further - restricted by explicit requirements in this specification.</li> - - <li><p>Any interfaces and exceptions defined by a specification that explicitly specifies that + <ul><li><p>Any interfaces and exceptions defined by a specification that explicitly specifies that they are <span>exposed to JavaScript</span> when the <span>JavaScript global environment</span> is a <span>worker environment</span>.</li>
Received on Wednesday, 3 July 2013 16:59:04 UTC