[html5] r2717 - [e] (0) Yay pedants!
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 27 17:40:05 PST 2009
Author: ianh
Date: 2009-01-27 17:40:04 -0800 (Tue, 27 Jan 2009)
New Revision: 2717
Modified:
index
source
Log:
[e] (0) Yay pedants!
Modified: index
===================================================================
--- index 2009-01-28 01:38:16 UTC (rev 2716)
+++ index 2009-01-28 01:40:04 UTC (rev 2717)
@@ -37336,7 +37336,7 @@
<p>For each entry in <var title="">cache group</var>'s <a href=#concept-appcache-pending-masters title=concept-appcache-pending-masters>list of pending master
entries</a>, wait for the resource for this entry to have
- completely downloaded.</p>
+ either completely downloaded or failed.</p>
<p>If the download failed (e.g. the connection times out, or the
user cancels the download), then <a href=#queue-a-task>queue a task</a> to
@@ -37572,7 +37572,7 @@
<p>For each entry in <var title="">cache group</var>'s <a href=#concept-appcache-pending-masters title=concept-appcache-pending-masters>list of pending master
entries</a>, wait for the resource for this entry to have
- completely downloaded.</p>
+ either completely downloaded or failed.</p>
<p>If the download failed (e.g. the connection times out, or the
user cancels the download), then run these sebsteps:</p>
@@ -37686,8 +37686,8 @@
entries</a>, run the following further substeps. These steps
may be run in parallel for two or more entries at a time.</p>
- <ol><li><p>Wait for the resource for this entry to have completely
- downloaded.</p>
+ <ol><li><p>Wait for the resource for this entry to have either
+ completely downloaded or failed.</p>
<li><p>Unassociate the <code>Document</code> for this entry from
its <a href=#application-cache>application cache</a>, if it has one.</li>
Modified: source
===================================================================
--- source 2009-01-28 01:38:16 UTC (rev 2716)
+++ source 2009-01-28 01:40:04 UTC (rev 2717)
@@ -42482,7 +42482,7 @@
<p>For each entry in <var title="">cache group</var>'s <span
title="concept-appcache-pending-masters">list of pending master
entries</span>, wait for the resource for this entry to have
- completely downloaded.</p>
+ either completely downloaded or failed.</p>
<p>If the download failed (e.g. the connection times out, or the
user cancels the download), then <span>queue a task</span> to
@@ -42753,7 +42753,7 @@
<p>For each entry in <var title="">cache group</var>'s <span
title="concept-appcache-pending-masters">list of pending master
entries</span>, wait for the resource for this entry to have
- completely downloaded.</p>
+ either completely downloaded or failed.</p>
<p>If the download failed (e.g. the connection times out, or the
user cancels the download), then run these sebsteps:</p>
@@ -42891,8 +42891,8 @@
<ol>
- <li><p>Wait for the resource for this entry to have completely
- downloaded.</p>
+ <li><p>Wait for the resource for this entry to have either
+ completely downloaded or failed.</p>
<li><p>Unassociate the <code>Document</code> for this entry from
its <span>application cache</span>, if it has one.</p></li>
More information about the Commit-Watchers
mailing list