html5/spec Overview.html,1.3358,1.3359

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15932

Modified Files:
	Overview.html 
Log Message:
Allow UAs to avoid starting the caching algorithm until the network is up. (whatwg r4213)

Index: Overview.html
===================================================================
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:55:45 UTC