CVS html5/workers

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

Modified Files:
	Overview.html 
Log Message:
Add a hook for perf spec. (whatwg r7890)

--- /sources/public/html5/workers/Overview.html	2013/04/23 22:55:23	1.381
+++ /sources/public/html5/workers/Overview.html	2013/06/03 23:36:23	1.382
@@ -216,7 +216,7 @@
 
    <h1>Web Workers</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-23-april-2013">Editor's Draft 23 April 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-3-june-2013">Editor's Draft 3 June 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 23 April 2013 Editor's Draft.
+  This specification is the 3 June 2013 Editor's Draft.
   </p>
 
   
@@ -1556,11 +1556,14 @@
   <code>Document</code> <var title="">owner document</var>, an <span>origin</span> <var title="">owner origin</var>, and with global scope <var title="">worker global scope</var>, it
   must run the following steps:</p>
 
-  <ol><li>
+  <ol><li id="worker-processing-model-top">
 
     <p>Create a separate parallel execution environment (i.e. a separate thread or process or
     equivalent construct), and run the rest of these steps asynchronously in that context.</p>
 
+    <p>For the purposes of timing APIs, this is the <dfn id="official-moment-of-creation">official moment of creation</dfn> of the
+    worker.</p>
+
    </li>
 
    <li><p>If <var title="">worker global scope</var> is actually a

Received on Monday, 3 June 2013 23:36:24 UTC