[html5] r1054 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 12 13:49:43 PDT 2007


Author: ianh
Date: 2007-10-12 13:49:41 -0700 (Fri, 12 Oct 2007)
New Revision: 1054

Modified:
   index
   source
Log:
[e] (0) mention that top-level browsing contexts bypass the online whitelist

Modified: index
===================================================================
--- index	2007-10-12 18:49:08 UTC (rev 1053)
+++ index	2007-10-12 20:49:41 UTC (rev 1054)
@@ -26341,7 +26341,9 @@
   <p class=note>If a resource is listed in both the online whitelist and in
    the explicit section, then that resource will be downloaded and cached,
    but when the page tries to use this resource, the user agent will ignore
-   the cached copy and attempt to fetch the file from the network.
+   the cached copy and attempt to fetch the file from the network. Indeed,
+   the cached copy will only be used if it is opened from a top-level
+   browsing context.
 
   <h4 id=updating1><span class=secno>4.6.4. </span>Updating an application
    cache</h4>

Modified: source
===================================================================
--- source	2007-10-12 18:49:08 UTC (rev 1053)
+++ source	2007-10-12 20:49:41 UTC (rev 1054)
@@ -23984,7 +23984,8 @@
   and in the explicit section, then that resource will be downloaded
   and cached, but when the page tries to use this resource, the user
   agent will ignore the cached copy and attempt to fetch the file from
-  the network.</p>
+  the network. Indeed, the cached copy will only be used if it is
+  opened from a top-level browsing context.</p>
 
 
   <h4>Updating an application cache</h4>




More information about the Commit-Watchers mailing list