- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Feb 2010 03:12:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv32097
Modified Files:
Overview.html
Log Message:
Editorial changes to 2D and Microdata specs for FPWD. Clean-up of the references sections. Fix some problems caused by dropping language versioning at the WHATWG. (whatwg r4646)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- Overview.html 1 Feb 2010 23:24:06 -0000 1.225
+++ Overview.html 4 Feb 2010 03:12:53 -0000 1.226
@@ -193,7 +193,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>Web Workers</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-1-february-2010">Editor's Draft 1 February 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-4-february-2010">Editor's Draft 4 February 2010</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>
@@ -254,7 +254,7 @@
Working Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation track.
- This specification is the 1 February 2010 Editor's Draft.
+ This specification is the 4 February 2010 Editor's Draft.
</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
platform closely related to HTML5. It is defined in a separate
@@ -995,12 +995,12 @@
otherwise unconstrained inputs, e.g. to prevent denial of service
attacks, to guard against running out of memory, or to work around
platform-specific limitations.<h3 id="dependencies"><span class="secno">2.1 </span>Dependencies</h3><p>This specification relies on several other underlying
- specifications.<dl><dt>HTML5</dt>
+ specifications.<dl><dt>HTML</dt>
<dd>
- <p>Many fundamental concepts from HTML5 are used by this
- specification. <a href="#refsHTML5">[HTML5]</a></p>
+ <p>Many fundamental concepts from HTML are used by this
+ specification. <a href="#refsHTML">[HTML]</a></p>
</dd>
@@ -1446,13 +1446,13 @@
error</span> using the <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> object's <code title="handler-WorkerGlobalScope-onerror"><a href="#handler-workerglobalscope-onerror">onerror</a></code>
attribute.
- <a href="#refsHTML5">[HTML5]</a>
+ <a href="#refsHTML">[HTML]</a>
<p>For shared workers, if the error is still <i title="concept-error-nothandled">not handled</i> afterwards, or if
the error occurred while handling a previous script error, the error
may be reported to the user.
- <a href="#refsHTML5">[HTML5]</a>
+ <a href="#refsHTML">[HTML]</a>
<p>For dedicated workers, if the error is still <i title="concept-error-nothandled">not handled</i> afterwards, or if
the error occurred while handling a previous script error, the user
@@ -1911,7 +1911,7 @@
also implement the <code>NavigatorID</code> and
<code>NavigatorOnLine</code> interfaces.
- <a href="#refsHTML5">[HTML5]</a>
+ <a href="#refsHTML">[HTML]</a>
<p>This <code><a href="#workernavigator">WorkerNavigator</a></code> interface must not exist if the
interface's <span>relevant namespace object</span> is a
@@ -1970,18 +1970,19 @@
the <span title="concept-uda-setter">common setter action</span>
being a no-op, since the attributes are defined to be readonly.
- <a href="#refsHTML5">[HTML5]</a>
+ <a href="#refsHTML">[HTML]</a>
<p>The <code><a href="#workerlocation">WorkerLocation</a></code> interface must not exist if the
interface's <span>relevant namespace object</span> is a
- <code>Window</code> object. <a href="#refsWEBIDL">[WEBIDL]</a><h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- XXX really should remove dates and version numbers from these references once and for all --><dl><dt id="refsDOMCORE">[DOMCORE]</dt>
+ <code>Window</code> object. <a href="#refsWEBIDL">[WEBIDL]</a><h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web,
+ because the newer ones keep changing. --><dl><dt id="refsDOMCORE">[DOMCORE]</dt>
<dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document
Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le
Hors, P. Le Hegaret, L. Wood, G. Nicol, J. Robie, M. Champion,
- S. Byrnes. W3C, April 2004.</dd>
+ S. Byrnes. W3C.</dd>
<!--
<dd><cite><a href="http://simon.html5.org/specs/web-dom-core">Web
- DOM Core</a></cite>, S. Pieters. W3C, June 2009.</dd>
+ DOM Core</a></cite>, S. Pieters. W3C.</dd>
-->
<dt id="refsDOMEVENTS">[DOMEVENTS]</dt>
@@ -1989,46 +1990,43 @@
<dd><cite><a
href="http://www.w3.org/TR/DOM-Level-3-Events/">Document Object
Model (DOM) Level 3 Events Specification</a></cite>,
- B. Höhrmann, P. Le Hegaret, T. Pixley. W3C, December
- 2007.</dd>
+ B. Höhrmann, P. Le Hegaret, T. Pixley. W3C.</dd>
-->
<dd><cite><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">Document
Object Model (DOM) Level 3 Events Specification</a></cite>,
- D. Schepers. W3C, July 2009.</dd>
+ D. Schepers. W3C.</dd>
<dt id="refsECMA262">[ECMA262]</dt>
<dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript
- Language Specification</a></cite>. ECMA, December 2009.</dd>
+ Language Specification</a></cite>. ECMA.</dd>
- <dt id="refsHTML5">[HTML5]</dt>
- <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>,
- I. Hickson. WHATWG, August 2009.</dd>
+ <dt id="refsHTML">[HTML]</dt>
+ <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>,
+ I. Hickson. WHATWG.</dd>
<dt id="refsRFC2119">[RFC2119]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in
- RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF, March
- 1997.</dd>
+ RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd>
<dt id="refsWEBSQL">[WEBSQL]</dt>
<dd><cite><a href="http://dev.w3.org/html5/webdatabase/">Web SQL
- Database</a></cite>, I. Hickson. W3C, July 2009.</dd>
+ Database</a></cite>, I. Hickson. W3C.</dd>
<dt id="refsWEBIDL">[WEBIDL]</dt>
<!--
<dd><cite><a href="http://www.w3.org/TR/WebIDL/">Web
- IDL</a></cite>, C. McCormack. W3C, December 2008.</dd>
+ IDL</a></cite>, C. McCormack. W3C.</dd>
-->
<dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
- IDL</a></cite>, C. McCormack. W3C, July 2009.</dd>
+ IDL</a></cite>, C. McCormack. W3C.</dd>
<dt id="refsXHR">[XHR]</dt>
<!--
<dd><cite><a href="http://www.w3.org/TR/XMLHttpRequest/">The XMLHttpRequest
- Object</a></cite>, A. van Kesteren. W3C, April
- 2008.</dd>
+ Object</a></cite>, A. van Kesteren. W3C.</dd>
-->
<dd><cite><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/"><code>XMLHttpRequest</code></a></cite>,
- A. van Kesteren. W3C, June 2009.</dd>
+ A. van Kesteren. W3C.</dd>
</dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to
Received on Thursday, 4 February 2010 03:12:56 UTC