Skip to content

Commit

Permalink
[e] (0) Make it clear that if the user doesn't give permission to app…
Browse files Browse the repository at this point in the history
…cache, nothing happens.

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

git-svn-id: http://svn.whatwg.org/webapps@4045 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 3559752 commit 6043f76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions index
Expand Up @@ -52748,9 +52748,10 @@ NETWORK:
<ol><li><p>Optionally, wait until the permission to start the cache
update process has been obtained from the user. This could include
doing nothing until the user explicitly opts-in to caching the
site, or could involve prompting the user for permission. (This
step is particularly intended to be used by user agents running on
severely space-constrained devices or in highly privacy-sensitive
site, or could involve prompting the user for permission. The
algorithm might never get past this point. (This step is
particularly intended to be used by user agents running on severely
space-constrained devices or in highly privacy-sensitive
environments).</li>

<li>
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -59636,9 +59636,10 @@ NETWORK:
<li><p>Optionally, wait until the permission to start the cache
update process has been obtained from the user. This could include
doing nothing until the user explicitly opts-in to caching the
site, or could involve prompting the user for permission. (This
step is particularly intended to be used by user agents running on
severely space-constrained devices or in highly privacy-sensitive
site, or could involve prompting the user for permission. The
algorithm might never get past this point. (This step is
particularly intended to be used by user agents running on severely
space-constrained devices or in highly privacy-sensitive
environments).</p></li>

<li>
Expand Down

0 comments on commit 6043f76

Please sign in to comment.