[html5] r7232 - [giow] (0) Allow UAs to skip gettings things from appcache during navigation. Fi [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 9 10:35:44 PDT 2012


Author: ianh
Date: 2012-08-09 10:35:42 -0700 (Thu, 09 Aug 2012)
New Revision: 7232

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Allow UAs to skip gettings things from appcache during navigation.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15334
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-08-09 16:49:33 UTC (rev 7231)
+++ complete.html	2012-08-09 17:35:42 UTC (rev 7232)
@@ -69747,7 +69747,8 @@
     <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>
 

Modified: index
===================================================================
--- index	2012-08-09 16:49:33 UTC (rev 7231)
+++ index	2012-08-09 17:35:42 UTC (rev 7232)
@@ -69747,7 +69747,8 @@
     <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>
 

Modified: source
===================================================================
--- source	2012-08-09 16:49:33 UTC (rev 7231)
+++ source	2012-08-09 17:35:42 UTC (rev 7232)
@@ -81687,7 +81687,9 @@
     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>
 




More information about the Commit-Watchers mailing list