[html5] r4450 - [e] (0) Clarify that the application cache download process is always run in the [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 17 13:31:38 PST 2009


Author: ianh
Date: 2009-12-17 13:31:32 -0800 (Thu, 17 Dec 2009)
New Revision: 4450

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that the application cache download process is always run in the background.

Modified: complete.html
===================================================================
--- complete.html	2009-12-16 20:44:01 UTC (rev 4449)
+++ complete.html	2009-12-17 21:31:32 UTC (rev 4450)
@@ -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 — 16 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 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>-->
@@ -53813,7 +53813,8 @@
   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
@@ -54563,11 +54564,10 @@
    <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>
 
@@ -54581,8 +54581,8 @@
 
    <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>

Modified: index
===================================================================
--- index	2009-12-16 20:44:01 UTC (rev 4449)
+++ index	2009-12-17 21:31:32 UTC (rev 4450)
@@ -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 — 16 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 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>-->
@@ -50984,7 +50984,8 @@
   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
@@ -51734,11 +51735,10 @@
    <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>
 
@@ -51752,8 +51752,8 @@
 
    <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>

Modified: source
===================================================================
--- source	2009-12-16 20:44:01 UTC (rev 4449)
+++ source	2009-12-17 21:31:32 UTC (rev 4450)
@@ -60662,7 +60662,9 @@
   <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
@@ -61559,11 +61561,11 @@
    <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>
 
@@ -61577,8 +61579,8 @@
 
    <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>




More information about the Commit-Watchers mailing list