- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 04 Dec 2012 23:56:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory roscoe:/tmp/cvs-serv31284 Modified Files: Overview.html Log Message: Update references to DOM spec so they call it its real name. (Boy am I late to _this_ party.) This update will also make <iframe seamless> do event retargetting once DOM is updated to support that (see bug 18780 - marked this bug 'editorial' since this change doesn't work without the DOM stuff). Also, a lot of clean-up to affected areas. (whatwg r7562) --- /sources/public/html5/workers/Overview.html 2012/11/29 00:23:13 1.352 +++ /sources/public/html5/workers/Overview.html 2012/12/04 23:56:12 1.353 @@ -216,7 +216,7 @@ <h1>Web Workers</h1> - <h2 class="no-num no-toc" id="editor-s-draft-29-november-2012">Editor's Draft 29 November 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-4-december-2012">Editor's Draft 4 December 2012</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 29 November 2012 Editor's Draft. + This specification is the 4 December 2012 Editor's Draft. </p> @@ -1303,8 +1303,7 @@ <p>The term DOM is used to refer to the API set made available to scripts in Web applications, and does not necessarily imply the existence of an actual <code>Document</code> object or of any other - <code>Node</code> objects as defined in the DOM Core - specifications. <a href="#refsDOMCORE">[DOMCORE]</a></p> + <code>Node</code> objects as defined in the DOM specifications. <a href="#refsDOM">[DOM]</a></p> <p>An IDL attribute is said to be <em>getting</em> when its value is being retrieved (e.g. by author script), and is said to be @@ -2343,9 +2342,9 @@ 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 Core specification - other than exceptions — must not be <span title="expose">exposed</span> if the - <span>JavaScript global environment</span> is a <span>worker environment</span>. <a href="#hrefDOMCORE">[DOMCORE]</a></p> + <p>The DOM APIs — specifically, all the interfaces defind in the DOM specification other + than exceptions — must not be <span title="expose">exposed</span> if the <span>JavaScript + global environment</span> is a <span>worker environment</span>. <a href="#hrefDOMCORE">[DOMCORE]</a></p> <h3 id="importing-scripts-and-libraries"><span class="secno">5.1 </span>Importing scripts and libraries</h3> @@ -2541,8 +2540,8 @@ - <dl><dt id="refsDOMCORE">[DOMCORE]</dt> - <dd><cite><a href="http://dom.spec.whatwg.org/">Web DOM Core</a></cite>, A. van Kesteren. WHATWG.</dd> + <dl><dt id="refsDOM">[DOM]</dt> + <dd><cite><a href="http://dom.spec.whatwg.org/">DOM</a></cite>, A. van Kesteren, A. Gregor, Ms2ger. WHATWG.</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.</dd>
Received on Tuesday, 4 December 2012 23:56:14 UTC