CVS html5/workers

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

Modified Files:
	Overview.html 
Log Message:
Missing period in worker logic (whatwg r8523)

--- /sources/public/html5/workers/Overview.html	2014/02/06 00:30:48	1.413
+++ /sources/public/html5/workers/Overview.html	2014/03/05 23:17:26	1.414
@@ -216,7 +216,7 @@
 
    <h1>Web Workers</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-6-february-2014">Editor's Draft 6 February 2014</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-5-march-2014">Editor's Draft 5 March 2014</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 2014 Editor's Draft.
+  This specification is the 5 March 2014 Editor's Draft.
   </p>
 
   
@@ -1918,7 +1918,7 @@
 
    <li><p>Associate the <var title="">outside port</var> with <var title="">worker</var>.</li>
 
-   <li><p><span>Create a new <code>MessagePort</code> object</span> whose <span title="concept-port-owner">owner</span> is <var title="">script settings</var> Let <var title="">inside port</var> be this new object.</li>
+   <li><p><span>Create a new <code>MessagePort</code> object</span> whose <span title="concept-port-owner">owner</span> is <var title="">script settings</var>. Let <var title="">inside port</var> be this new object.</li>
 
    <li><p>Associate <var title="">inside port</var> with <var title="">worker global
    scope</var>.</li>

Received on Wednesday, 5 March 2014 23:17:27 UTC