Skip to content

Commit

Permalink
[e] (0) Hide references to WebWorkers in complete.html.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4423 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 9, 2009
1 parent ea2d133 commit c4eb25f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 11 deletions.
9 changes: 6 additions & 3 deletions complete.html
Expand Up @@ -53122,14 +53122,16 @@ <h4 id=appcache><span class=secno>6.9.2 </span>Application caches</h4>
<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>
Expand Down Expand Up @@ -54647,7 +54649,8 @@ <h4 id=application-cache-api><span class=secno>6.9.8 </span>Application cache AP
<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
Expand Down
20 changes: 16 additions & 4 deletions index
Expand Up @@ -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 &mdash; 8 December 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -50289,14 +50289,22 @@ 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>. <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>
Expand Down Expand Up @@ -51814,7 +51822,11 @@ NETWORK:
<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
Expand Down
19 changes: 15 additions & 4 deletions source
Expand Up @@ -59858,7 +59858,11 @@ 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>. <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
Expand All @@ -59868,8 +59872,11 @@ interface <dfn>NavigatorAbilities</dfn> {
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>
Expand Down Expand Up @@ -61645,7 +61652,11 @@ NETWORK:
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
Expand Down

0 comments on commit c4eb25f

Please sign in to comment.