CVS html5/workers

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

Modified Files:
	Overview.html 
Log Message:
Lots of minor editorial fixes thanks to Michael Dyck. (whatwg r7803)

--- /sources/public/html5/workers/Overview.html	2013/04/09 18:18:39	1.372
+++ /sources/public/html5/workers/Overview.html	2013/04/10 23:05:05	1.373
@@ -216,7 +216,7 @@
 
    <h1>Web Workers</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-9-april-2013">Editor's Draft 9 April 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-10-april-2013">Editor's Draft 10 April 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 April 2013 Editor's Draft.
+  This specification is the 10 April 2013 Editor's Draft.
   </p>
 
   
@@ -2065,8 +2065,6 @@
        <li><p><span>Entangle</span> <var title="">outside port</var>
        and <var title="">inside port</var>.</li>
 
-       <li><p>Return <var title="">worker</var> and perform the next step asynchronously.</li>
-
        <li><p>Create a <span title="concept-events-trusted">trusted</span> event that uses the
        <code>MessageEvent</code> interface, with the name <code title="event-connect">connect</code>, which does not bubble, is not cancelable, has no
        default action, has a <code title="dom-MessageEvent-data">data</code> attribute whose value
@@ -2093,7 +2091,7 @@
 
        </li>
 
-       <li><p>Abort all these steps.</li>
+       <li><p>Return <var title="">worker</var> and abort all these steps.</li>
 
       </ol></li>
 

Received on Wednesday, 10 April 2013 23:05:06 UTC