html5/spec Overview.html,1.1886,1.1887

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

Modified Files:
	Overview.html 
Log Message:
Yay pedants! (whatwg r2717)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1886
retrieving revision 1.1887
diff -u -d -r1.1886 -r1.1887
--- Overview.html	28 Jan 2009 01:38:21 -0000	1.1886
+++ Overview.html	28 Jan 2009 01:40:09 -0000	1.1887
@@ -30404,7 +30404,7 @@
 
       <p>For each entry in <var title="">cache group</var>'s <a href=#concept-appcache-pending-masters title=concept-appcache-pending-masters>list of pending master
       entries</a>, wait for the resource for this entry to have
-      completely downloaded.</p>
+      either completely downloaded or failed.</p>
 
       <p>If the download failed (e.g. the connection times out, or the
       user cancels the download), then <a href=#queue-a-task>queue a task</a> to
@@ -30640,7 +30640,7 @@
 
     <p>For each entry in <var title="">cache group</var>'s <a href=#concept-appcache-pending-masters title=concept-appcache-pending-masters>list of pending master
     entries</a>, wait for the resource for this entry to have
-    completely downloaded.</p>
+    either completely downloaded or failed.</p>
 
     <p>If the download failed (e.g. the connection times out, or the
     user cancels the download), then run these sebsteps:</p>
@@ -30752,8 +30752,8 @@
     entries</a>, run the following further substeps.  These steps
     may be run in parallel for two or more entries at a time.</p>
 
-    <ol><li><p>Wait for the resource for this entry to have completely
-     downloaded.</p>
+    <ol><li><p>Wait for the resource for this entry to have either
+     completely downloaded or failed.</p>
 
      <li><p>Unassociate the <code>Document</code> for this entry from
      its <a href=#application-cache>application cache</a>, if it has one.</li>

Received on Wednesday, 28 January 2009 01:40:23 UTC