- From: CVS User ihickson <cvsmail@w3.org>
- Date: Thu, 06 Feb 2014 00:30:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv13723
Modified Files:
Overview.html
Log Message:
typo in the worker section (whatwg r8468)
--- /sources/public/html5/workers/Overview.html 2014/02/05 19:34:16 1.412
+++ /sources/public/html5/workers/Overview.html 2014/02/06 00:30:48 1.413
@@ -216,7 +216,7 @@
<h1>Web Workers</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-5-february-2014">Editor's Draft 5 February 2014</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-6-february-2014">Editor's Draft 6 February 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 5 February 2014 Editor's Draft.
+ This specification is the 6 February 2014 Editor's Draft.
</p>
@@ -1987,7 +1987,7 @@
<p class="note">Thus, scripts must either be external files with the same scheme, host, and port
as the original page, or <span title="data protocol"><code title="">data:</code> URLs</span>.
- For example, and an <code>https:</code> page couldn't start workers using scripts with
+ For example, an <code>https:</code> page couldn't start workers using scripts with
<code>http:</code> URLs.</p>
</li>
Received on Thursday, 6 February 2014 00:30:49 UTC