hixie: Hide references to WebWorkers in complete.html. (whatwg r4423)

hixie: Hide references to WebWorkers in complete.html. (whatwg r4423)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3532&r2=1.3533&f=h
http://html5.org/tools/web-apps-tracker?from=4422&to=4423

===================================================================
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:45 UTC