Skip to content

Commit

Permalink
[e] (0) Reference Workers where appropriate.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3883 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 17, 2009
1 parent 935df4e commit 2669b96
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
17 changes: 13 additions & 4 deletions index
Expand Up @@ -51800,14 +51800,14 @@ clock.js</pre>
<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>
Expand Down Expand Up @@ -53159,7 +53159,7 @@ style/default.css</pre>
<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
Expand Down Expand Up @@ -75761,6 +75761,15 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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>

Expand Down
21 changes: 16 additions & 5 deletions source
Expand Up @@ -58526,7 +58526,7 @@ interface <dfn>NavigatorAbilities</dfn> {
<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
Expand All @@ -58535,8 +58535,9 @@ interface <dfn>NavigatorAbilities</dfn> {
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>
Expand Down Expand Up @@ -60110,7 +60111,7 @@ style/default.css</pre>
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
Expand Down Expand Up @@ -72365,7 +72366,8 @@ data:&nbsp;test</pre>
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>

Expand Down Expand Up @@ -89906,6 +89908,15 @@ interface <span>HTMLDocument</span> {
<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>

Expand Down

0 comments on commit 2669b96

Please sign in to comment.