- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 03 Sep 2013 17:44:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv7895
Modified Files:
Overview.html
Log Message:
Typo: 'defind' (whatwg r8163)
--- /sources/public/html5/workers/Overview.html 2013/08/02 21:48:09 1.393
+++ /sources/public/html5/workers/Overview.html 2013/09/03 17:44:53 1.394
@@ -216,7 +216,7 @@
<h1>Web Workers</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-2-august-2013">Editor's Draft 2 August 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-3-september-2013">Editor's Draft 3 September 2013</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 2 August 2013 Editor's Draft.
+ This specification is the 3 September 2013 Editor's Draft.
</p>
@@ -2149,7 +2149,7 @@
interfaces are defined in the HTML specification. <a href="#refsHTML">[HTML]</a></p>
- <p>The DOM APIs — specifically, all the interfaces defind in the DOM specification other
+ <p>The DOM APIs — specifically, all the interfaces defined in the DOM specification other
than exceptions — must not be <span>exposed to JavaScript</span> if the <span>JavaScript
global environment</span> is a <span>worker environment</span>. <a href="#refsDOM">[DOM]</a></p>
Received on Tuesday, 3 September 2013 17:44:54 UTC