- From: poot <cvsmail@w3.org>
- Date: Thu, 23 Apr 2009 14:17:50 +0900 (JST)
- To: public-html-diffs@w3.org
pubrules fixes (whatwg r2974)
Abstract
http://people.w3.org/mike/diffs/html5/workers/Overview.1.116.html#abstract
W3C Working Draft 23 April 2009
http://people.w3.org/mike/diffs/html5/workers/Overview.1.116.html#w3c-working-draft-23-april-year
Status of this document
http://people.w3.org/mike/diffs/html5/workers/Overview.1.116.html#status-of-this-document
http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.115&r2=1.116&f=h
http://html5.org/tools/web-apps-tracker?from=2973&to=2974
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- Overview.html 22 Apr 2009 22:21:37 -0000 1.115
+++ Overview.html 23 Apr 2009 05:17:22 -0000 1.116
@@ -147,7 +147,7 @@
<h1>Web Workers</h1>
<!--ZZZ:-->
<h2 class="no-num no-toc" id="w3c-working-draft-23-april-year">W3C Working Draft 23 April 2009</h2>
- <!--<h2 class="no-num no-toc">Editor's Draft 22 April 2009</h2>-->
+ <!--<h2 class="no-num no-toc">Editor's Draft 23 April 2009</h2>-->
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out--><dt>This Version:</dt>
<dd><a href="http://www.w3.org/TR/2009/WD-workers-20090423/">http://www.w3.org/TR/2009/WD-workers-20090423/</a></dd>
@@ -171,13 +171,6 @@
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document
use</a> rules apply.</p>
-
- <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
- <p class="alt copyright">The <a href="http://www.whatwg.org/specs/web-workers/current-work/">WHATWG
- version</a> of this specification is available under a more
- permissive license.</p>
- <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
-
</div><hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2><p>This specification defines an API that allows Web application
authors to spawn background workers running scripts in parallel to
their main page. This allows for thread-like operation with
@@ -186,7 +179,11 @@
document. A list of current W3C publications and the most recently
formally published revision of this technical report can be found in
the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
- at http://www.w3.org/TR/.</em></p><!-- where to send feedback (required) --><p>If you wish to make comments regarding this document, please send
+ at http://www.w3.org/TR/.</em></p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- XXX this section will be moved back to just below the copyright
+ notice in the header by October 2009 unless the spec as a whole has
+ been transitioned to a more permissive license by that time. --><!-- XXX when moving this text, add: class="alt copyright" --><p>The <a href="http://www.whatwg.org/specs/web-workers/current-work/">WHATWG
+ version</a> of this specification is available under a license that
+ permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- where to send feedback (required) --><p>If you wish to make comments regarding this document, please send
them to <a href="mailto:public-webapps@w3.org">public-webapps@w3.org</a>
(<a href="mailto:public-webapps-request@w3.org?subject=subscribe">subscribe</a>,
<a href="http://lists.w3.org/Archives/Public/public-webapps/">archives</a>)
@@ -218,7 +215,7 @@
specification's progress along the W3C Recommendation track.
<!--ZZZ:-->
This specification is the 23 April 2009 First Public Working Draft.
- <!-- This specification is the 22 April 2009 Editor's Draft. -->
+ <!-- This specification is the 23 April 2009 Editor's Draft. -->
<!--:ZZZ-->
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to specify a part of the Web
Received on Thursday, 23 April 2009 05:18:27 UTC