Skip to content

Commit

Permalink
[e] (0) Try to make this less ambiguous.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7706

git-svn-id: http://svn.whatwg.org/webapps@4180 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2009
1 parent 289ae9e commit 31637dd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
9 changes: 5 additions & 4 deletions complete.html
Expand Up @@ -54249,9 +54249,9 @@ <h4 id=the-application-cache-selection-algorithm><span class=secno>6.9.5 </span>
<li>

<p>If the resource's URL has the <a href=#same-origin>same origin</a> as the
manifest's URL, and there is a <a href=#concept-appcache-fallback-ns title=concept-appcache-fallback-ns>fallback namespace</a> in
the <a href=#application-cache>application cache</a> that is a <a href=#prefix-match>prefix
match</a> for the resource's URL, then:</p>
manifest's URL, and there is a <a href=#concept-appcache-fallback-ns title=concept-appcache-fallback-ns>fallback namespace</a>
<var title="">f</var> in the <a href=#application-cache>application cache</a> that
is a <a href=#prefix-match>prefix match</a> for the resource's URL, then:</p>

<p><a href=#fetch>Fetch</a> the resource normally. If this results in a
redirect to a resource with another <a href=#origin>origin</a>
Expand All @@ -54260,7 +54260,8 @@ <h4 id=the-application-cache-selection-algorithm><span class=secno>6.9.5 </span>
or if there were network errors (but not if the user canceled the
download), then instead get, from the cache, the resource of the
<a href=#concept-appcache-fallback title=concept-appcache-fallback>fallback entry</a>
corresponding to the matched namespace. Abort these steps.</p>
corresponding to the <a href=#concept-appcache-fallback-ns title=concept-appcache-fallback-ns>fallback namespace</a>
<var title="">f</var>. Abort these steps.</p>

</li>

Expand Down
9 changes: 5 additions & 4 deletions index
Expand Up @@ -51408,9 +51408,9 @@ NETWORK:
<li>

<p>If the resource's URL has the <a href=#same-origin>same origin</a> as the
manifest's URL, and there is a <a href=#concept-appcache-fallback-ns title=concept-appcache-fallback-ns>fallback namespace</a> in
the <a href=#application-cache>application cache</a> that is a <a href=#prefix-match>prefix
match</a> for the resource's URL, then:</p>
manifest's URL, and there is a <a href=#concept-appcache-fallback-ns title=concept-appcache-fallback-ns>fallback namespace</a>
<var title="">f</var> in the <a href=#application-cache>application cache</a> that
is a <a href=#prefix-match>prefix match</a> for the resource's URL, then:</p>

<p><a href=#fetch>Fetch</a> the resource normally. If this results in a
redirect to a resource with another <a href=#origin>origin</a>
Expand All @@ -51419,7 +51419,8 @@ NETWORK:
or if there were network errors (but not if the user canceled the
download), then instead get, from the cache, the resource of the
<a href=#concept-appcache-fallback title=concept-appcache-fallback>fallback entry</a>
corresponding to the matched namespace. Abort these steps.</p>
corresponding to the <a href=#concept-appcache-fallback-ns title=concept-appcache-fallback-ns>fallback namespace</a>
<var title="">f</var>. Abort these steps.</p>

</li>

Expand Down
10 changes: 6 additions & 4 deletions source
Expand Up @@ -61137,9 +61137,9 @@ NETWORK:

<p>If the resource's URL has the <span>same origin</span> as the
manifest's URL, and there is a <span
title="concept-appcache-fallback-ns">fallback namespace</span> in
the <span>application cache</span> that is a <span>prefix
match</span> for the resource's URL, then:</p>
title="concept-appcache-fallback-ns">fallback namespace</span>
<var title="">f</var> in the <span>application cache</span> that
is a <span>prefix match</span> for the resource's URL, then:</p>

<p><span>Fetch</span> the resource normally. If this results in a
redirect to a resource with another <span>origin</span>
Expand All @@ -61148,7 +61148,9 @@ NETWORK:
or if there were network errors (but not if the user canceled the
download), then instead get, from the cache, the resource of the
<span title="concept-appcache-fallback">fallback entry</span>
corresponding to the matched namespace. Abort these steps.</p>
corresponding to the <span
title="concept-appcache-fallback-ns">fallback namespace</span>
<var title="">f</var>. Abort these steps.</p>

</li>

Expand Down

0 comments on commit 31637dd

Please sign in to comment.