[html5] r1047 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 11 15:00:15 PDT 2007
Author: ianh
Date: 2007-10-11 15:00:13 -0700 (Thu, 11 Oct 2007)
New Revision: 1047
Modified:
index
source
Log:
[e] (0) added a note about resources in online and explicit sections. fixed the ommission of 'whitelist' earlier, too.
Modified: index
===================================================================
--- index 2007-10-11 21:21:19 UTC (rev 1046)
+++ index 2007-10-11 22:00:13 UTC (rev 1047)
@@ -26309,7 +26309,7 @@
<li>
<p>Return the <var title="">explicit URIs</var> list, the <var
title="">fallback URIs</var> mapping, and the <var title="">online
- URIs</var>.
+ whitelist URIs</var>.
</ol>
<p>Relative URI references and IRI references resolved to absolute URIs or
@@ -26317,6 +26317,11 @@
from the Retrieval URI for the purposes reference resolution as defined by
RFC 3986. <a href="#refsRFC3986">[RFC3986]</a>
+ <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.
+
<h4 id=updating1><span class=secno>4.6.4. </span>Updating an application
cache</h4>
Modified: source
===================================================================
--- source 2007-10-11 21:21:19 UTC (rev 1046)
+++ source 2007-10-11 22:00:13 UTC (rev 1047)
@@ -23944,7 +23944,7 @@
<li><p>Return the <var title="">explicit URIs</var> list, the <var
title="">fallback URIs</var> mapping, and the <var title="">online
- URIs</var>.</p></li>
+ whitelist URIs</var>.</p></li>
</ol>
@@ -23954,7 +23954,13 @@
resolution as defined by RFC 3986. <a
href="#refsRFC3986">[RFC3986]</a></p>
+ <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.</p>
+
<h4>Updating an application cache</h4>
<p>When the user agent is required (by other parts of this
More information about the Commit-Watchers
mailing list