Skip to content

Commit

Permalink
[e] (0) Yay pedants!
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2717 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 28, 2009
1 parent e70ee47 commit ecd248f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -37336,7 +37336,7 @@ style/default.css</pre>

<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
Expand Down Expand Up @@ -37572,7 +37572,7 @@ style/default.css</pre>

<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>
Expand Down Expand Up @@ -37686,8 +37686,8 @@ style/default.css</pre>
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>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -42482,7 +42482,7 @@ style/default.css</pre>
<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
Expand Down Expand Up @@ -42753,7 +42753,7 @@ style/default.css</pre>
<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>
Expand Down Expand Up @@ -42891,8 +42891,8 @@ style/default.css</pre>

<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>
Expand Down

0 comments on commit ecd248f

Please sign in to comment.