[html5] r6959 - [e] (0) Correctness in a note about appcache online whitelist. Fixing https://ww [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 31 16:39:45 PST 2012


Author: ianh
Date: 2012-01-31 16:39:43 -0800 (Tue, 31 Jan 2012)
New Revision: 6959

Modified:
   complete.html
   index
   source
Log:
[e] (0) Correctness in a note about appcache online whitelist.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15265
Affected topics: Offline Web Applications

Modified: complete.html
===================================================================
--- complete.html	2012-02-01 00:02:14 UTC (rev 6958)
+++ complete.html	2012-02-01 00:39:43 UTC (rev 6959)
@@ -65305,8 +65305,9 @@
     namespaces</dfn>.</p>
 
     <p class=note>These are used as prefix match patterns, and
-    declare URLs that the user agent will never load from the cache
-    but will instead always attempt to obtain from the network.</p>
+    declare URLs for which the user agent will ignore the application
+    cache, instead fetching them normally (i.e. from the network or
+    locale HTTP cache as appropriate).</p>
 
    </li>
 

Modified: index
===================================================================
--- index	2012-02-01 00:02:14 UTC (rev 6958)
+++ index	2012-02-01 00:39:43 UTC (rev 6959)
@@ -65305,8 +65305,9 @@
     namespaces</dfn>.</p>
 
     <p class=note>These are used as prefix match patterns, and
-    declare URLs that the user agent will never load from the cache
-    but will instead always attempt to obtain from the network.</p>
+    declare URLs for which the user agent will ignore the application
+    cache, instead fetching them normally (i.e. from the network or
+    locale HTTP cache as appropriate).</p>
 
    </li>
 

Modified: source
===================================================================
--- source	2012-02-01 00:02:14 UTC (rev 6958)
+++ source	2012-02-01 00:39:43 UTC (rev 6959)
@@ -76329,8 +76329,9 @@
     namespaces</dfn>.</p>
 
     <p class="note">These are used as prefix match patterns, and
-    declare URLs that the user agent will never load from the cache
-    but will instead always attempt to obtain from the network.</p>
+    declare URLs for which the user agent will ignore the application
+    cache, instead fetching them normally (i.e. from the network or
+    locale HTTP cache as appropriate).</p>
 
    </li>
 




More information about the Commit-Watchers mailing list