hixie: cache manifests should not have overlapping online whitelist namespaces (whatwg r4171)

hixie: cache manifests should not have overlapping online whitelist
namespaces (whatwg r4171)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3317&r2=1.3318&f=h
http://html5.org/tools/web-apps-tracker?from=4170&to=4171

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3317
retrieving revision 1.3318
diff -u -d -r1.3317 -r1.3318
--- Overview.html 18 Oct 2009 22:47:24 -0000 1.3317
+++ Overview.html 18 Oct 2009 22:59:09 -0000 1.3318
@@ -44984,7 +44984,9 @@
   intending to use to communicate back to the server.) To specify that
   all URLs are automatically whitelisted in this way, a U+002A
   ASTERISK character character (*) may be specified as one of the
-  URLs. <!-- concept-appcache-onlinewhitelist-wildcard --><p>Relative URLs must be given relative to the manifest's own
+  URLs. <!-- concept-appcache-onlinewhitelist-wildcard --><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>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">&lt;scheme&gt;</a> as the manifest itself
   (either explicitly or implicitly, through the use of relative
   URLs).<p>URLs in manifests must not have fragment identifiers (i.e. the

Received on Sunday, 18 October 2009 22:59:50 UTC