[html5] r4171 - [ac] (0) cache manifests should not have overlapping online whitelist namespaces [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Oct 18 16:11:28 PDT 2009
Author: ianh
Date: 2009-10-18 16:11:25 -0700 (Sun, 18 Oct 2009)
New Revision: 4171
Modified:
complete.html
index
source
Log:
[ac] (0) cache manifests should not have overlapping online whitelist namespaces
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7781
Modified: complete.html
===================================================================
--- complete.html 2009-10-18 22:59:40 UTC (rev 4170)
+++ complete.html 2009-10-18 23:11:25 UTC (rev 4171)
@@ -53044,6 +53044,10 @@
ASTERISK character character (*) may be specified as one of the
URLs. <!-- concept-appcache-onlinewhitelist-wildcard --></p>
+ <p>Authors should not include namespaces in the <a href=#concept-appcache-onlinewhitelist title=concept-appcache-onlinewhitelist>online whitelist</a> for
+ which another namespace in the <a href=#concept-appcache-onlinewhitelist title=concept-appcache-onlinewhitelist>online whitelist</a> is
+ a <a href=#prefix-match>prefix match</a>.</p>
+
<p>Relative URLs must be given relative to the manifest's own
URL. All URLs in the manifest must have the same <a href=#url-scheme title=url-scheme><scheme></a> as the manifest itself
(either explicitly or implicitly, through the use of relative
Modified: index
===================================================================
--- index 2009-10-18 22:59:40 UTC (rev 4170)
+++ index 2009-10-18 23:11:25 UTC (rev 4171)
@@ -50203,6 +50203,10 @@
ASTERISK character character (*) may be specified as one of the
URLs. <!-- concept-appcache-onlinewhitelist-wildcard --></p>
+ <p>Authors should not include namespaces in the <a href=#concept-appcache-onlinewhitelist title=concept-appcache-onlinewhitelist>online whitelist</a> for
+ which another namespace in the <a href=#concept-appcache-onlinewhitelist title=concept-appcache-onlinewhitelist>online whitelist</a> is
+ a <a href=#prefix-match>prefix match</a>.</p>
+
<p>Relative URLs must be given relative to the manifest's own
URL. All URLs in the manifest must have the same <a href=#url-scheme title=url-scheme><scheme></a> as the manifest itself
(either explicitly or implicitly, through the use of relative
Modified: source
===================================================================
--- source 2009-10-18 22:59:40 UTC (rev 4170)
+++ source 2009-10-18 23:11:25 UTC (rev 4171)
@@ -59742,6 +59742,12 @@
ASTERISK character character (*) may be specified as one of the
URLs. <!-- concept-appcache-onlinewhitelist-wildcard --></p>
+ <p>Authors should not include namespaces in the <span
+ title="concept-appcache-onlinewhitelist">online whitelist</span> for
+ which another namespace in the <span
+ title="concept-appcache-onlinewhitelist">online whitelist</span> is
+ a <span>prefix match</span>.</p>
+
<p>Relative URLs must be given relative to the manifest's own
URL. All URLs in the manifest must have the same <span
title="url-scheme"><scheme></span> as the manifest itself
More information about the Commit-Watchers
mailing list