Skip to content

Commit

Permalink
[giow] (0) Allow UAs to skip gettings things from appcache during nav…
Browse files Browse the repository at this point in the history
…igation.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15334
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7232 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2012
1 parent ef44d57 commit 221d1e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -69747,7 +69747,8 @@ <h4 id=navigating-across-documents><span class=secno>6.6.1 </span>Navigating acr
<a href=#same-origin>same origin</a> as the URL in question, and that have
this URL as one of their entries, excluding entries marked as
<a href=#concept-appcache-foreign title=concept-appcache-foreign>foreign</a>, and whose
<a href=#concept-appcache-mode title=concept-appcache-mode>mode</a> is <a href=#concept-appcache-mode-fast title=concept-appcache-mode-fast>fast</a>, then get the
<a href=#concept-appcache-mode title=concept-appcache-mode>mode</a> is <a href=#concept-appcache-mode-fast title=concept-appcache-mode-fast>fast</a>, and the user agent
is not in a mode where it will avoid using <a href=#application-cache title="application cache">application caches</a> then get the
resource from the <a href=#concept-appcache-selection title=concept-appcache-selection>most
appropriate application cache</a> of those that match.</p>

Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -69747,7 +69747,8 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<a href=#same-origin>same origin</a> as the URL in question, and that have
this URL as one of their entries, excluding entries marked as
<a href=#concept-appcache-foreign title=concept-appcache-foreign>foreign</a>, and whose
<a href=#concept-appcache-mode title=concept-appcache-mode>mode</a> is <a href=#concept-appcache-mode-fast title=concept-appcache-mode-fast>fast</a>, then get the
<a href=#concept-appcache-mode title=concept-appcache-mode>mode</a> is <a href=#concept-appcache-mode-fast title=concept-appcache-mode-fast>fast</a>, and the user agent
is not in a mode where it will avoid using <a href=#application-cache title="application cache">application caches</a> then get the
resource from the <a href=#concept-appcache-selection title=concept-appcache-selection>most
appropriate application cache</a> of those that match.</p>

Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -81687,7 +81687,9 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
this URL as one of their entries, excluding entries marked as
<span title="concept-appcache-foreign">foreign</span>, and whose
<span title="concept-appcache-mode">mode</span> is <span
title="concept-appcache-mode-fast">fast</span>, then get the
title="concept-appcache-mode-fast">fast</span>, and the user agent
is not in a mode where it will avoid using <span
title="application cache">application caches</span> then get the
resource from the <span title="concept-appcache-selection">most
appropriate application cache</span> of those that match.</p>

Expand Down

0 comments on commit 221d1e7

Please sign in to comment.