html5/spec Overview.html,1.1884,1.1885

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

Modified Files:
	Overview.html 
Log Message:
Fire 'noupdate' for all browsing contexts, not just the new ones. (credit: ap) (whatwg r2715)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1884
retrieving revision 1.1885
diff -u -d -r1.1884 -r1.1885
--- Overview.html	28 Jan 2009 01:29:23 -0000	1.1884
+++ Overview.html	28 Jan 2009 01:32:56 -0000	1.1885
@@ -30419,15 +30419,7 @@
       <p>Otherwise, associate the <code>Document</code> for this entry
       with <var title="">cache</var>; store the resource for this
       entry in <var title="">cache</var>, if it isn't already there,
-      and categorize its entry as a <a href=#concept-appcache-master title=concept-appcache-master>master entry</a>; and
-      <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-noupdate>noupdate</code> at the
-      <code><a href=#applicationcache>ApplicationCache</a></code> singleton of the <a href=#browsing-context>browsing
-      context</a> whose <a href=#active-document>active document</a> is the
-      <code>Document</code> for this entry, if there still is one. The
-      default action of this event should be the display of some sort
-      of user interface indicating to the user that the application is
-      up to date.</p>
+      and categorize its entry as a <a href=#concept-appcache-master title=concept-appcache-master>master entry</a>.</p>
 
       <p class=note>HTTP caching rules, such as <code title="">Cache-Control: no-store</code>, are ignored for the
       purposes of the <a href=#application-cache-update-process>application cache update
@@ -30435,6 +30427,15 @@
 
      </li>
 
+     <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-noupdate>noupdate</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 application is up to date.</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:07 UTC