- From: poot <cvsmail@w3.org>
- Date: Wed, 28 Jan 2009 10:43:02 +0900 (JST)
- To: public-html-diffs@w3.org
Yay pedants! (whatwg r2717) cache attempt http://people.w3.org/mike/diffs/html5/spec/Overview.1.1887.html#concept-appcache-cache cache failure steps http://people.w3.org/mike/diffs/html5/spec/Overview.1.1887.html#cache-failure-steps http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1886&r2=1.1887&f=h http://html5.org/tools/web-apps-tracker?from=2716&to=2717 =================================================================== 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:43:41 UTC