- From: poot <cvsmail@w3.org>
- Date: Thu, 14 Jun 2012 16:57:25 -0400
- To: public-html-diffs@w3.org
workers; hixie: Fix some typos or copypasta. (whatwg r7135)
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.330&r2=1.331&f=h
http://html5.org/tools/web-apps-tracker?from=7134&to=7135
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -d -r1.330 -r1.331
--- Overview.html 1 Jun 2012 22:44:21 -0000 1.330
+++ Overview.html 14 Jun 2012 20:57:19 -0000 1.331
@@ -216,7 +216,7 @@
<h1>Web Workers</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-1-june-2012">Editor's Draft 1 June 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-14-june-2012">Editor's Draft 14 June 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>
@@ -355,7 +355,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 1 June 2012 Editor's Draft.
+ This specification is the 14 June 2012 Editor's Draft.
</p>
@@ -1851,7 +1851,7 @@
worker's <code title="handler-WorkerGlobalScope-onerror"><a href="#handler-workerglobalscope-onerror">onerror</a></code> attribute
was null, but must otherwise act as described above.</p>
- <p class="note">Thus, error reports proagate up to the chain of
+ <p class="note">Thus, error reports propagate up to the chain of
dedicated workers up to the original <code>Document</code>, even if
some of the workers along this chain have been terminated and
garbage collected.</p>
Received on Thursday, 14 June 2012 20:57:28 UTC