- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 18 Oct 2009 22:59:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10558 Modified Files: Overview.html Log Message: cache manifests should not have overlapping online whitelist namespaces (whatwg r4171) Index: Overview.html =================================================================== 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"><scheme></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:16 UTC