[html5] r4045 - [e] (0) Make it clear that if the user doesn't give permission to appcache, noth [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 29 02:52:04 PDT 2009


Author: ianh
Date: 2009-09-29 02:52:03 -0700 (Tue, 29 Sep 2009)
New Revision: 4045

Modified:
   index
   source
Log:
[e] (0) Make it clear that if the user doesn't give permission to appcache, nothing happens.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7717

Modified: index
===================================================================
--- index	2009-09-29 09:48:55 UTC (rev 4044)
+++ index	2009-09-29 09:52:03 UTC (rev 4045)
@@ -52748,9 +52748,10 @@
   <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>

Modified: source
===================================================================
--- source	2009-09-29 09:48:55 UTC (rev 4044)
+++ source	2009-09-29 09:52:03 UTC (rev 4045)
@@ -59636,9 +59636,10 @@
    <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>




More information about the Commit-Watchers mailing list