- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Nov 2012 20:26:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv32550 Modified Files: Overview.html Log Message: First draft of a way to do canvas in workers. (whatwg r7509) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.347 retrieving revision 1.348 diff -u -d -r1.347 -r1.348 --- Overview.html 5 Nov 2012 21:38:22 -0000 1.347 +++ Overview.html 16 Nov 2012 20:26:11 -0000 1.348 @@ -216,7 +216,7 @@ <h1>Web Workers</h1> - <h2 class="no-num no-toc" id="editor-s-draft-5-november-2012">Editor's Draft 5 November 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-16-november-2012">Editor's Draft 16 November 2012</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 5 November 2012 Editor's Draft. + This specification is the 16 November 2012 Editor's Draft. </p> @@ -2339,9 +2339,9 @@ interfaces are defined in the HTML specification. <a href="#refsHTML">[HTML]</a></p> - <p>The DOM APIs (<code>Node</code> objects, <code>Document</code> - objects, etc) are not available to workers in this version of this - specification.</p> + <p>The DOM APIs — specifically, all the interfaces defind in the DOM Core specification + other than exceptions — must not be <span title="expose">exposed</span> if the + <span>JavaScript global environment</span> is a <span>worker environment</span>. <a href="#hrefDOMCORE">[DOMCORE]</a></p> <h3 id="importing-scripts-and-libraries"><span class="secno">5.1 </span>Importing scripts and libraries</h3>
Received on Friday, 16 November 2012 20:26:15 UTC