- From: poot <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 18:44:02 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make it clear that if the user doesn't give permission to
appcache, nothing happens. (whatwg r4045)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3206&r2=1.3207&f=h
http://html5.org/tools/web-apps-tracker?from=4044&to=4045
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3206
retrieving revision 1.3207
diff -u -d -r1.3206 -r1.3207
--- Overview.html 29 Sep 2009 09:40:35 -0000 1.3206
+++ Overview.html 29 Sep 2009 09:43:44 -0000 1.3207
@@ -47526,9 +47526,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>
Received on Tuesday, 29 September 2009 09:44:42 UTC