[html5] r3883 - [e] (0) Reference Workers where appropriate.

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 17 15:56:57 PDT 2009


Author: ianh
Date: 2009-09-17 15:56:55 -0700 (Thu, 17 Sep 2009)
New Revision: 3883

Modified:
   index
   source
Log:
[e] (0) Reference Workers where appropriate.

Modified: index
===================================================================
--- index	2009-09-17 22:42:12 UTC (rev 3882)
+++ index	2009-09-17 22:56:55 UTC (rev 3883)
@@ -51800,14 +51800,14 @@
   <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>.</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.</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>
 
   <p>Each <a href=#cache-host>cache host</a> has an associated
   <code><a href=#applicationcache>ApplicationCache</a></code> object.</p>
@@ -53159,7 +53159,7 @@
   <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.</p>
+  worker. <a href=#refsWEBWORKERS>[WEBWORKERS]</a></p>
 
   <p>The <dfn id=dom-appcache-status title=dom-appcache-status><code>status</code></dfn>
   attribute, on getting, must return the current state of the
@@ -75761,6 +75761,15 @@
    <dt id=refsWHATWGWIKI>[WHATWGWIKI]</dt>
    <dd><cite><a href=http://wiki.whatwg.org/>The WHATWG Wiki</a></cite>. WHATWG.</dd>
 
+   <dt id=refsWEBWORKERS>[WEBWORKERS]</dt>
+   <!--
+   <dd><cite><a
+   href="http://www.w3.org/TR/webworkers/">Workers</a></cite>,
+   I. Hickson. W3C, April 2009.</dd>
+   -->
+   <dd><cite><a href=http://dev.w3.org/html5/workers/>Web
+   Workers</a></cite>, I. Hickson. W3C, September 2009.</dd>
+
    <dt id=refsWIN1252>[WIN1252]</dt>
    <dd><cite><a href=http://www.microsoft.com/globaldev/reference/sbcs/1252.htm>Windows 1252</a></cite>. Microsoft.</dd>
 

Modified: source
===================================================================
--- source	2009-09-17 22:42:12 UTC (rev 3882)
+++ source	2009-09-17 22:56:55 UTC (rev 3883)
@@ -58526,7 +58526,7 @@
   <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>.</p>
+  cache</span>. <a href="#refsWEBWORKERS">[WEBWORKERS]</a></p>
 
   <p>A <code>Document</code> initially is not associated with an
   <span>application cache</span>, but can become associated with one
@@ -58535,8 +58535,9 @@
   title="navigate">navigation</span> sections cause <span
   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.</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>
 
   <p>Each <span>cache host</span> has an associated
   <code>ApplicationCache</code> object.</p>
@@ -60110,7 +60111,7 @@
   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.</p>
+  worker. <a href="#refsWEBWORKERS">[WEBWORKERS]</a></p>
 
   <p>The <dfn title="dom-appcache-status"><code>status</code></dfn>
   attribute, on getting, must return the current state of the
@@ -72365,7 +72366,8 @@
   allowing the user to enable or disable the <code>EventSource</code>
   functionality on a per-page basis, or by sharing a single
   <code>EventSource</code> object using a <span
-  title="SharedWorkerGlobalScope">shared worker</span>.</p>
+  title="SharedWorkerGlobalScope">shared worker</span>. <a
+  href="#refsWEBWORKERS">[WEBWORKERS]</a></p>
 
   <hr>
 
@@ -89906,6 +89908,15 @@
    <dt id="refsWHATWGWIKI">[WHATWGWIKI]</dt>
    <dd><cite><a href="http://wiki.whatwg.org/">The WHATWG Wiki</a></cite>. WHATWG.</dd>
 
+   <dt id="refsWEBWORKERS">[WEBWORKERS]</dt>
+   <!--
+   <dd><cite><a
+   href="http://www.w3.org/TR/webworkers/">Workers</a></cite>,
+   I. Hickson. W3C, April 2009.</dd>
+   -->
+   <dd><cite><a href="http://dev.w3.org/html5/workers/">Web
+   Workers</a></cite>, I. Hickson. W3C, September 2009.</dd>
+
    <dt id="refsWIN1252">[WIN1252]</dt>
    <dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/1252.htm">Windows 1252</a></cite>. Microsoft.</dd>
 




More information about the Commit-Watchers mailing list