- From: poot <cvsmail@w3.org>
- Date: Wed, 30 Sep 2009 18:27:31 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: try to make the appcache syntax section more clearly indicate that the online whitelist takes namespaces (whatwg r4060) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3221&r2=1.3222&f=h http://html5.org/tools/web-apps-tracker?from=4059&to=4060 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3221 retrieving revision 1.3222 diff -u -d -r1.3221 -r1.3222 --- Overview.html 30 Sep 2009 09:23:04 -0000 1.3221 +++ Overview.html 30 Sep 2009 09:27:19 -0000 1.3222 @@ -47252,7 +47252,7 @@ sections</a>.<p><a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">Fallback namespaces</a> and <a href="#concept-appcache-fallback" title="concept-appcache-fallback">fallback entries</a> must have the <a href="#same-origin">same origin</a> as the manifest itself.<p>A <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback - namespace</a> must not be listed more than once.<p>URLs that the user agent is to put into the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> + namespace</a> must not be listed more than once.<p>Namespaces that the user agent is to put into the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> must all be specified in <a href="#concept-appcache-manifest-network" title="concept-appcache-manifest-network">online whitelist sections</a>. (This is needed for any URL that the page is intending to use to communicate back to the server.) To specify that @@ -47263,7 +47263,9 @@ (either explicitly or implicitly, through the use of relative URLs).<p>URLs in manifests must not have fragment identifiers (i.e. the U+0023 NUMBER SIGN character isn't allowed in URLs in - manifests).<div class="impl"> + manifests).<p><a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">Fallback + namespaces</a> and namespaces in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> are + matched by <a href="#prefix-match">prefix match</a>.<div class="impl"> <h5 id="parsing-cache-manifests"><span class="secno">6.9.3.3 </span>Parsing cache manifests</h5>
Received on Wednesday, 30 September 2009 09:28:00 UTC