CVS html5/workers

Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv20484

Modified Files:
	Overview.html 
Log Message:
Try to define order for supported property names. This is not based on testing. If there are compatibility constraints here that prevent implementing this as specced, please let me know. (whatwg r7722)

--- /sources/public/html5/workers/Overview.html	2013/02/09 22:24:24	1.367
+++ /sources/public/html5/workers/Overview.html	2013/02/13 00:03:28	1.368
@@ -216,7 +216,7 @@
 
    <h1>Web Workers</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-9-february-2013">Editor's Draft 9 February 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-13-february-2013">Editor's Draft 13 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 9 February 2013 Editor's Draft.
+  This specification is the 13 February 2013 Editor's Draft.
   </p>
 
   
@@ -2183,7 +2183,7 @@
 
   <p>The DOM APIs &mdash; specifically, all the interfaces defind in the DOM specification other
   than exceptions &mdash; 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>
+  global environment</span> is a <span>worker environment</span>. <a href="#refsDOM">[DOM]</a></p>
 
 
   <h3 id="importing-scripts-and-libraries"><span class="secno">5.1 </span>Importing scripts and libraries</h3>

Received on Wednesday, 13 February 2013 00:03:29 UTC