Skip to content

Commit

Permalink
[e] (0) try to make the appcache syntax section more clearly indicate…
Browse files Browse the repository at this point in the history
… that the online whitelist takes namespaces

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7754

git-svn-id: http://svn.whatwg.org/webapps@4060 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 30, 2009
1 parent 977aa32 commit 60a127c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion index
Expand Up @@ -52465,7 +52465,7 @@ NETWORK:
<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
Expand All @@ -52482,6 +52482,10 @@ NETWORK:
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>

Expand Down
7 changes: 6 additions & 1 deletion source
Expand Up @@ -59296,7 +59296,7 @@ NETWORK:
<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
Expand All @@ -59316,6 +59316,11 @@ NETWORK:
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">

Expand Down

0 comments on commit 60a127c

Please sign in to comment.