[html5] r4423 - [e] (0) Hide references to WebWorkers in complete.html.

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 9 06:39:45 PST 2009


Author: ianh
Date: 2009-12-09 06:39:41 -0800 (Wed, 09 Dec 2009)
New Revision: 4423

Modified:
   complete.html
   index
   source
Log:
[e] (0) Hide references to WebWorkers in complete.html.

Modified: complete.html
===================================================================
--- complete.html	2009-12-09 14:37:04 UTC (rev 4422)
+++ complete.html	2009-12-09 14:39:41 UTC (rev 4423)
@@ -53122,14 +53122,16 @@
   <hr><p>A <dfn id=cache-host>cache host</dfn> is a <code>Document</code> or a
   <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></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>.
+  </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><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></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.
+  </p>
 
   <p>Each <a href=#cache-host>cache host</a> has an associated
   <code><a href=#applicationcache>ApplicationCache</a></code> object.</p>
@@ -54647,7 +54649,8 @@
   <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><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> objects must
   return the <code><a href=#applicationcache>ApplicationCache</a></code> object associated with the
-  worker. <a href=#refsWEBWORKERS>[WEBWORKERS]</a></p>
+  worker.
+  </p>
 
   <p class=note>A <code><a href=#window>Window</a></code> or
   <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> object has an associated

Modified: index
===================================================================
--- index	2009-12-09 14:37:04 UTC (rev 4422)
+++ index	2009-12-09 14:39:41 UTC (rev 4423)
@@ -110,7 +110,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5</h1>
-    <h2 class="no-num no-toc">Draft Standard — 8 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 9 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -50289,14 +50289,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>
@@ -51814,7 +51822,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

Modified: source
===================================================================
--- source	2009-12-09 14:37:04 UTC (rev 4422)
+++ source	2009-12-09 14:39:41 UTC (rev 4423)
@@ -59858,7 +59858,11 @@
   <p>A <dfn>cache host</dfn> is a <code>Document</code> or a
   <code>SharedWorkerGlobalScope</code> object. A <span>cache
   host</span> can be associated with an <span>application
-  cache</span>. <a href="#refsWEBWORKERS">[WEBWORKERS]</a></p>
+  cache</span>.
+  <!--END complete-->
+  <a href="#refsWEBWORKERS">[WEBWORKERS]</a>
+  <!--START complete-->
+  </p>
 
   <p>A <code>Document</code> initially is not associated with an
   <span>application cache</span>, but can become associated with one
@@ -59868,8 +59872,11 @@
   title="concept-appcache-init">cache selection</span> to occur.</p>
 
   <p>A <code>SharedWorkerGlobalScope</code> can be associated with an
-  <span>application cache</span> when it is created. <a
-  href="#refsWEBWORKERS">[WEBWORKERS]</a></p>
+  <span>application cache</span> when it is created.
+  <!--END complete-->
+  <a href="#refsWEBWORKERS">[WEBWORKERS]</a>
+  <!--START complete-->
+  </p>
 
   <p>Each <span>cache host</span> has an associated
   <code>ApplicationCache</code> object.</p>
@@ -61645,7 +61652,11 @@
   title="dom-SharedWorkerGlobalScope-applicationCache"><code>applicationCache</code></dfn>
   attribute on <code>SharedWorkerGlobalScope</code> objects must
   return the <code>ApplicationCache</code> object associated with the
-  worker. <a href="#refsWEBWORKERS">[WEBWORKERS]</a></p>
+  worker.
+  <!--END complete-->
+  <a href="#refsWEBWORKERS">[WEBWORKERS]</a>
+  <!--START complete-->
+  </p>
 
   <p class="note">A <code>Window</code> or
   <code>SharedWorkerGlobalScope</code> object has an associated




More information about the Commit-Watchers mailing list