Skip to content

Commit

Permalink
[e] (0) Clarify that the application cache download process is always…
Browse files Browse the repository at this point in the history
… run in the background.

git-svn-id: http://svn.whatwg.org/webapps@4450 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 17, 2009
1 parent 2a5d65b commit f8bc229
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
18 changes: 9 additions & 9 deletions complete.html
Expand Up @@ -108,7 +108,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>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 16 December 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 17 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 @@ -53813,7 +53813,8 @@ <h4 id=downloading-or-updating-an-application-cache><span class=secno>6.9.4 </sp
a <a href=#concept-appcache-manifest title=concept-appcache-manifest>manifest</a>, or for an
<a href=#application-cache-group>application cache group</a>, potentially given a particular
<a href=#cache-host>cache host</a>, and potentially given a <a href=#concept-appcache-master title=concept-appcache-master>master</a> resource, the user
agent must run the steps below.</p>
agent must run the steps below. These steps are always run
asynchronously, in parallel with the <a href=#event-loop>event loop</a> <a href=#concept-task title=concept-task>tasks</a>.</p>

<p>Some of these steps have requirements that only apply if the user
agent <dfn id=shows-caching-progress>shows caching progress</dfn>. Support for this is
Expand Down Expand Up @@ -54563,11 +54564,10 @@ <h4 id=the-application-cache-selection-algorithm><span class=secno>6.9.5 </span>
<dd>

<p>Associate <var title="">document</var> with the
<a href=#application-cache>application cache</a> from which it was loaded. Invoke
the <a href=#application-cache-download-process>application cache download process</a> for that
<a href=#application-cache>application cache</a>'s <a href=#application-cache-group>application cache
group</a>, with <var title="">document</var> as the <a href=#cache-host>cache
host</a>.</p>
<a href=#application-cache>application cache</a> from which it was loaded. Invoke,
in the background, the <a href=#application-cache-download-process>application cache download
process</a> for that <a href=#application-cache>application cache</a>'s
<a href=#application-cache-group>application cache group</a>, with <var title="">document</var> as the <a href=#cache-host>cache host</a>.</p>

</dd>

Expand All @@ -54581,8 +54581,8 @@ <h4 id=the-application-cache-selection-algorithm><span class=secno>6.9.5 </span>

<dd>

<p>Invoke the <a href=#application-cache-download-process>application cache download process</a> for
<var title="">manifest URL</var>, with <var title="">document</var> as the <a href=#cache-host>cache host</a> and with
<p>Invoke, in the background, the <a href=#application-cache-download-process>application cache download
process</a> for <var title="">manifest URL</var>, with <var title="">document</var> as the <a href=#cache-host>cache host</a> and with
the resource from which <var title="">document</var> was parsed as
the <a href=#concept-appcache-master title=concept-appcache-master>master</a>
resource.</p>
Expand Down
18 changes: 9 additions & 9 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>WHATWG HTML (Including HTML5)</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 16 December 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 17 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 @@ -50984,7 +50984,8 @@ NETWORK:
a <a href=#concept-appcache-manifest title=concept-appcache-manifest>manifest</a>, or for an
<a href=#application-cache-group>application cache group</a>, potentially given a particular
<a href=#cache-host>cache host</a>, and potentially given a <a href=#concept-appcache-master title=concept-appcache-master>master</a> resource, the user
agent must run the steps below.</p>
agent must run the steps below. These steps are always run
asynchronously, in parallel with the <a href=#event-loop>event loop</a> <a href=#concept-task title=concept-task>tasks</a>.</p>

<p>Some of these steps have requirements that only apply if the user
agent <dfn id=shows-caching-progress>shows caching progress</dfn>. Support for this is
Expand Down Expand Up @@ -51734,11 +51735,10 @@ NETWORK:
<dd>

<p>Associate <var title="">document</var> with the
<a href=#application-cache>application cache</a> from which it was loaded. Invoke
the <a href=#application-cache-download-process>application cache download process</a> for that
<a href=#application-cache>application cache</a>'s <a href=#application-cache-group>application cache
group</a>, with <var title="">document</var> as the <a href=#cache-host>cache
host</a>.</p>
<a href=#application-cache>application cache</a> from which it was loaded. Invoke,
in the background, the <a href=#application-cache-download-process>application cache download
process</a> for that <a href=#application-cache>application cache</a>'s
<a href=#application-cache-group>application cache group</a>, with <var title="">document</var> as the <a href=#cache-host>cache host</a>.</p>

</dd>

Expand All @@ -51752,8 +51752,8 @@ NETWORK:

<dd>

<p>Invoke the <a href=#application-cache-download-process>application cache download process</a> for
<var title="">manifest URL</var>, with <var title="">document</var> as the <a href=#cache-host>cache host</a> and with
<p>Invoke, in the background, the <a href=#application-cache-download-process>application cache download
process</a> for <var title="">manifest URL</var>, with <var title="">document</var> as the <a href=#cache-host>cache host</a> and with
the resource from which <var title="">document</var> was parsed as
the <a href=#concept-appcache-master title=concept-appcache-master>master</a>
resource.</p>
Expand Down
18 changes: 10 additions & 8 deletions source
Expand Up @@ -60662,7 +60662,9 @@ NETWORK:
<span>application cache group</span>, potentially given a particular
<span>cache host</span>, and potentially given a <span
title="concept-appcache-master">master</span> resource, the user
agent must run the steps below.</p>
agent must run the steps below. These steps are always run
asynchronously, in parallel with the <span>event loop</span> <span
title="concept-task">tasks</span>.</p>

<p>Some of these steps have requirements that only apply if the user
agent <dfn>shows caching progress</dfn>. Support for this is
Expand Down Expand Up @@ -61559,11 +61561,11 @@ NETWORK:
<dd>

<p>Associate <var title="">document</var> with the
<span>application cache</span> from which it was loaded. Invoke
the <span>application cache download process</span> for that
<span>application cache</span>'s <span>application cache
group</span>, with <var title="">document</var> as the <span>cache
host</span>.</p>
<span>application cache</span> from which it was loaded. Invoke,
in the background, the <span>application cache download
process</span> for that <span>application cache</span>'s
<span>application cache group</span>, with <var
title="">document</var> as the <span>cache host</span>.</p>

</dd>

Expand All @@ -61577,8 +61579,8 @@ NETWORK:

<dd>

<p>Invoke the <span>application cache download process</span> for
<var title="">manifest URL</var>, with <var
<p>Invoke, in the background, the <span>application cache download
process</span> for <var title="">manifest URL</var>, with <var
title="">document</var> as the <span>cache host</span> and with
the resource from which <var title="">document</var> was parsed as
the <span title="concept-appcache-master">master</span>
Expand Down

0 comments on commit f8bc229

Please sign in to comment.