CVS html5/workers

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

Modified Files:
	Overview.html 
Log Message:
Cleanup (whatwg r7704)

--- /sources/public/html5/workers/Overview.html	2013/02/06 00:24:07	1.363
+++ /sources/public/html5/workers/Overview.html	2013/02/07 19:54:11	1.364
@@ -216,7 +216,7 @@
 
    <h1>Web Workers</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-6-february-2013">Editor's Draft 6 February 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-7-february-2013">Editor's Draft 7 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 6 February 2013 Editor's Draft.
+  This specification is the 7 February 2013 Editor's Draft.
   </p>
 
   
@@ -1687,9 +1687,9 @@
 
 
 
-   <li><p>If there are any <span title="concept-task">tasks</span> queued in the <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> object's <span>event 
-   loop</span>'s <span title="task queue">task queues</span>, discard them
-   without processing them.</li>
+   <li><p>If there are any <span title="concept-task">tasks</span> queued in the
+   <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> object's <span>event loop</span>'s <span title="task queue">task
+   queues</span>, discard them without processing them.</li>
 
 
 
@@ -1708,9 +1708,9 @@
 
   <ol><li><p>Set the worker's <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> object's <a href="#dom-workerglobalscope-closing" title="dom-WorkerGlobalScope-closing">closing</a> flag to true.</li>
 
-   <li><p>If there are any <span title="concept-task">tasks</span> queued in the <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> object's <span>event 
-   loop</span>'s <span title="task queue">task queues</span>, discard them without processing
-   them.</li>
+   <li><p>If there are any <span title="concept-task">tasks</span> queued in the
+   <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> object's <span>event loop</span>'s <span title="task queue">task
+   queues</span>, discard them without processing them.</li>
 
    <li><p>Abort the script currently running in the worker.</li>
 

Received on Thursday, 7 February 2013 19:54:15 UTC