hixie: Reference Workers where appropriate. (whatwg r3883)

hixie: Reference Workers where appropriate. (whatwg r3883)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3045&r2=1.3046&f=h
http://html5.org/tools/web-apps-tracker?from=3882&to=3883

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3045
retrieving revision 1.3046
diff -u -d -r1.3045 -r1.3046
--- Overview.html 17 Sep 2009 22:36:13 -0000 1.3045
+++ Overview.html 17 Sep 2009 22:50:56 -0000 1.3046
@@ -46657,14 +46657,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>
@@ -47959,7 +47959,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
@@ -69199,6 +69199,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>

Received on Thursday, 17 September 2009 22:51:51 UTC