- From: CVS User ihickson <cvsmail@w3.org>
- Date: Mon, 15 Apr 2013 19:11:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory roscoe:/tmp/cvs-serv21038 Modified Files: Overview.html Log Message: Fix <area> to match <a> in terms of security checking. Also, some editorial fixes. (whatwg r7836) --- /sources/public/html5/workers/Overview.html 2013/04/14 23:15:42 1.377 +++ /sources/public/html5/workers/Overview.html 2013/04/15 19:11:35 1.378 @@ -216,7 +216,7 @@ <h1>Web Workers</h1> - <h2 class="no-num no-toc" id="editor-s-draft-14-april-2013">Editor's Draft 14 April 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-15-april-2013">Editor's Draft 15 April 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 14 April 2013 Editor's Draft. + This specification is the 15 April 2013 Editor's Draft. </p> @@ -2195,6 +2195,7 @@ <h3 id="importing-scripts-and-libraries"><span class="secno">5.1 </span>Importing scripts and libraries</h3> + <p>When a script invokes the <dfn id="dom-workerglobalscope-importscripts" title="dom-WorkerGlobalScope-importScripts"><code>importScripts(<var title="">urls</var>)</code></dfn> method on a <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> object, the user agent must run the following steps:</p> @@ -2206,7 +2207,7 @@ argument.</li> <li><p>If any fail, throw a <code>SyntaxError</code> - exception.</li> + exception and abort these steps.</li> <li>
Received on Monday, 15 April 2013 19:11:43 UTC