- From: CVS User ihickson <cvsmail@w3.org>
- Date: Mon, 19 May 2014 19:43:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv9792
Modified Files:
Overview.html
Log Message:
More typos found by IZh (whatwg r8644)
--- /sources/public/html5/workers/Overview.html 2014/05/14 23:22:13 1.418
+++ /sources/public/html5/workers/Overview.html 2014/05/19 19:43:19 1.419
@@ -216,7 +216,7 @@
<h1>Web Workers</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-14-may-2014">Editor's Draft 14 May 2014</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-19-may-2014">Editor's Draft 19 May 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 14 May 2014 Editor's Draft.
+ This specification is the 19 May 2014 Editor's Draft.
</p>
@@ -1351,7 +1351,7 @@
</table><hr><p class="note">For <span title="data protocol"><code title="">data:</code> URLs</span>, this is
the <span>origin</span> specified by the <span>entry settings object</span> when the constructor
was called. For other <span title="URL">URLs</span>, this is the <span>origin</span> of the value
- of the <span>absolute URL</span> given in the worker's <code title="dom-WorkerGlobalScope-location"><a href="#dom-workerglobalscope-location"></a></code> attribute.</p>
+ of the <span>absolute URL</span> given in the worker's <code title="dom-WorkerGlobalScope-location"><a href="#dom-workerglobalscope-location">location</a></code> attribute.</p>
<h4 id="dedicated-workers-and-the-dedicatedworkerglobalscope-interface"><span class="secno">4.1.2 </span>Dedicated workers and the <code><a href="#dedicatedworkerglobalscope">DedicatedWorkerGlobalScope</a></code> interface</h4>
Received on Monday, 19 May 2014 19:43:20 UTC