- From: CVS User ihickson <cvsmail@w3.org>
- Date: Sun, 25 Nov 2012 05:10:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv1658
Modified Files:
Overview.html
Log Message:
Fix some typos or copypasta. (whatwg r7541)
--- /sources/public/html5/workers/Overview.html 2012/11/24 04:52:17 1.350
+++ /sources/public/html5/workers/Overview.html 2012/11/25 05:10:25 1.351
@@ -216,7 +216,7 @@
<h1>Web Workers</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-24-november-2012">Editor's Draft 24 November 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-25-november-2012">Editor's Draft 25 November 2012</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 24 November 2012 Editor's Draft.
+ This specification is the 25 November 2012 Editor's Draft.
</p>
@@ -508,9 +508,8 @@
<p><i>This section is non-normative.</i></p>
- <p>In this example, the main document uses two workers, one for
- fetching stock updates for at regular intervals, and one for
- fetching performing search queries that the user requests.</p>
+ <p>In this example, the main document uses two workers, one for fetching stock updates at regular
+ intervals, and one for performing search queries that the user requests.</p>
<p>The main page is as follows:</p>
@@ -571,8 +570,8 @@
</body>
</html></pre>
- <p>The two workers use a common library for performing the actual
- network calls. This library is as follows:</p>
+ <p>The two workers use a common library for performing the actual network calls. This library is
+ as follows:</p>
<pre>function get(url) {
try {
Received on Sunday, 25 November 2012 05:10:31 UTC