- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 04 Jun 2013 21:22:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv31701
Modified Files:
Overview.html
Log Message:
More consistency in markup. (whatwg r7903)
--- /sources/public/html5/workers/Overview.html 2013/06/03 23:36:23 1.382
+++ /sources/public/html5/workers/Overview.html 2013/06/04 21:22:02 1.383
@@ -216,7 +216,7 @@
<h1>Web Workers</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-3-june-2013">Editor's Draft 3 June 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-4-june-2013">Editor's Draft 4 June 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 3 June 2013 Editor's Draft.
+ This specification is the 4 June 2013 Editor's Draft.
</p>
@@ -1667,8 +1667,8 @@
<li>
- <p><i title="">Event loop</i>: Create a new <span>event loop</span>, and run it until it is
- destroyed.</p>
+ <p><strong>Event loop</strong>: Create a new <span>event
+ loop</span>, and run it until it is destroyed.</p>
<p class="note">The handling of events or the execution of callbacks by <span title="concept-task">tasks</span> run by the <span>event loop</span> might get prematurely
aborted by the "<a href="#kill-a-worker">kill a worker</a>" or "<a href="#terminate-a-worker">terminate a worker</a>" algorithms
Received on Tuesday, 4 June 2013 21:22:07 UTC