- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 06:55:50 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Allow UAs to avoid starting the caching algorithm until the network is up. (whatwg r4213) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3358&r2=1.3359&f=h http://html5.org/tools/web-apps-tracker?from=4212&to=4213 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3358 retrieving revision 1.3359 diff -u -d -r1.3358 -r1.3359 --- Overview.html 20 Oct 2009 21:53:27 -0000 1.3358 +++ Overview.html 20 Oct 2009 21:55:37 -0000 1.3359 @@ -45442,12 +45442,13 @@ <ol><li><p>Optionally, wait until the permission to start the <a href="#application-cache-download-process">application cache download process</a> 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. 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> + from the user and until the user agent is confident that the + network is available. This could include doing nothing until the + user explicitly opts-in to caching the 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, 20 October 2009 21:56:21 UTC