[html5] r4060 - [e] (0) try to make the appcache syntax section more clearly indicate that the o [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 30 02:35:52 PDT 2009
Author: ianh
Date: 2009-09-30 02:35:51 -0700 (Wed, 30 Sep 2009)
New Revision: 4060
Modified:
index
source
Log:
[e] (0) try to make the appcache syntax section more clearly indicate that the online whitelist takes namespaces
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7754
Modified: index
===================================================================
--- index 2009-09-30 09:31:36 UTC (rev 4059)
+++ index 2009-09-30 09:35:51 UTC (rev 4060)
@@ -52465,7 +52465,7 @@
<p>A <a href=#concept-appcache-fallback-ns title=concept-appcache-fallback-ns>fallback
namespace</a> must not be listed more than once.</p>
- <p>URLs that the user agent is to put into the <a href=#concept-appcache-onlinewhitelist title=concept-appcache-onlinewhitelist>online whitelist</a>
+ <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
@@ -52482,7 +52482,11 @@
U+0023 NUMBER SIGN character isn't allowed in URLs in
manifests).</p>
+ <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>.</p>
+
<div class=impl>
<h5 id=parsing-cache-manifests><span class=secno>6.9.3.3 </span>Parsing cache manifests</h5>
Modified: source
===================================================================
--- source 2009-09-30 09:31:36 UTC (rev 4059)
+++ source 2009-09-30 09:35:51 UTC (rev 4060)
@@ -59296,7 +59296,7 @@
<p>A <span title="concept-appcache-fallback-ns">fallback
namespace</span> must not be listed more than once.</p>
- <p>URLs that the user agent is to put into the <span
+ <p>Namespaces that the user agent is to put into the <span
title="concept-appcache-onlinewhitelist">online whitelist</span>
must all be specified in <span
title="concept-appcache-manifest-network">online whitelist
@@ -59316,7 +59316,12 @@
U+0023 NUMBER SIGN character isn't allowed in URLs in
manifests).</p>
+ <p><span title="concept-appcache-fallback-ns">Fallback
+ namespaces</span> and namespaces in the <span
+ title="concept-appcache-onlinewhitelist">online whitelist</span> are
+ matched by <span>prefix match</span>.</p>
+
<div class="impl">
<h5>Parsing cache manifests</h5>
More information about the Commit-Watchers
mailing list