- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 28 Jan 2009 01:29:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11466
Modified Files:
Overview.html
Log Message:
Avoid sending 'error' events twice to some documents. (credit: ap) (whatwg r2714)
Index: Overview.html
===================================================================
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:29:34 UTC