- From: poot <cvsmail@w3.org>
- Date: Wed, 28 Jan 2009 10:32:23 +0900 (JST)
- To: public-html-diffs@w3.org
Avoid sending 'error' events twice to some documents. (credit: ap)
(whatwg r2714)
cache failure steps
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1884.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.1883&r2=1.1884&f=h
http://html5.org/tools/web-apps-tracker?from=2713&to=2714
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1883
retrieving revision 1.1884
diff -u -d -r1.1883 -r1.1884
--- Overview.html 28 Jan 2009 01:23:44 -0000 1.1883
+++ Overview.html 28 Jan 2009 01:29:23 -0000 1.1884
@@ -30777,17 +30777,7 @@
<dd>
- <ol><li><p>For each <a href=#browsing-context>browsing context</a> whose <a href=#active-document>active
- document</a> is associated with an <a href=#application-cache>application
- cache</a> in <var title="">cache group</var>, <a href=#queue-a-task>queue a
- task</a> to <a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-error><a href=#event-error>error</a></code> at the
- <code><a href=#applicationcache>ApplicationCache</a></code> singleton of the <a href=#browsing-context>browsing
- context</a>. The default action of these events should be the
- display of some sort of user interface indicating to the user
- that the user agent failed to save the application for offline
- use.</li>
-
- <li>
+ <ol><li>
<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>, run the following further substeps. These steps
@@ -30810,6 +30800,16 @@
</ol></li>
+ <li><p>For each <a href=#browsing-context>browsing context</a> whose <a href=#active-document>active
+ document</a> is still associated with an <a href=#application-cache>application
+ cache</a> in <var title="">cache group</var>, <a href=#queue-a-task>queue a
+ task</a> to <a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-error><a href=#event-error>error</a></code> at the
+ <code><a href=#applicationcache>ApplicationCache</a></code> singleton of the <a href=#browsing-context>browsing
+ context</a>. The default action of these events should be the
+ display of some sort of user interface indicating to the user
+ that the user agent failed to save the application for offline
+ use.</li>
+
<li><p>Empty <var title="">cache group</var>'s <a href=#concept-appcache-pending-masters title=concept-appcache-pending-masters>list of pending master
entries</a>.</li>
Received on Wednesday, 28 January 2009 01:33:00 UTC