- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Dec 2009 14:39:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv17783 Modified Files: Overview.html Log Message: Hide references to WebWorkers in complete.html. (whatwg r4423) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3532 retrieving revision 1.3533 diff -u -d -r1.3532 -r1.3533 --- Overview.html 8 Dec 2009 16:42:19 -0000 1.3532 +++ Overview.html 9 Dec 2009 14:39:50 -0000 1.3533 @@ -260,7 +260,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-8-december-2009">Editor's Draft 8 December 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-9-december-2009">Editor's Draft 9 December 2009</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -353,7 +353,7 @@ specification's progress along the W3C Recommendation track. - This specification is the 8 December 2009 Editor's Draft. + This specification is the 9 December 2009 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 replace (be a new version of) what was previously the HTML4, XHTML1, and DOM2 HTML @@ -45140,14 +45140,22 @@ <hr><p>A <dfn id="cache-host">cache host</dfn> is a <code>Document</code> or a <code>SharedWorkerGlobalScope</code> object. A <a href="#cache-host">cache host</a> can be associated with an <a href="#application-cache">application - cache</a>. <a href="#refsWEBWORKERS">[WEBWORKERS]</a></p> + cache</a>. + + <a href="#refsWEBWORKERS">[WEBWORKERS]</a> + + </p> <p>A <code>Document</code> initially is not associated with an <a href="#application-cache">application cache</a>, but can become associated with one early during the page load process, when steps <a href="#parser-appcache">in the parser</a> and in the <a href="#navigate" title="navigate">navigation</a> sections cause <a href="#concept-appcache-init" title="concept-appcache-init">cache selection</a> to occur.</p> <p>A <code>SharedWorkerGlobalScope</code> can be associated with an - <a href="#application-cache">application cache</a> when it is created. <a href="#refsWEBWORKERS">[WEBWORKERS]</a></p> + <a href="#application-cache">application cache</a> when it is created. + + <a href="#refsWEBWORKERS">[WEBWORKERS]</a> + + </p> <p>Each <a href="#cache-host">cache host</a> has an associated <code><a href="#applicationcache">ApplicationCache</a></code> object.</p> @@ -46588,7 +46596,11 @@ <code><a href="#window">Window</a></code> object's <a href="#active-document">active document</a>. The <dfn id="dom-sharedworkerglobalscope-applicationcache" title="dom-SharedWorkerGlobalScope-applicationCache"><code>applicationCache</code></dfn> attribute on <code>SharedWorkerGlobalScope</code> objects must return the <code><a href="#applicationcache">ApplicationCache</a></code> object associated with the - worker. <a href="#refsWEBWORKERS">[WEBWORKERS]</a></p> + worker. + + <a href="#refsWEBWORKERS">[WEBWORKERS]</a> + + </p> <p class="note">A <code><a href="#window">Window</a></code> or <code>SharedWorkerGlobalScope</code> object has an associated
Received on Wednesday, 9 December 2009 14:40:02 UTC