HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4419

SVNBugCommentTime (UTC)
44198113[Gecko] [Internet Explorer] [Opera] [Webkit] Missed saying that this event was cancelable somehow.2009-12-08 16:42
Index: source
===================================================================
--- source	(revision 4418)
+++ source	(revision 4419)
@@ -60608,12 +60608,12 @@
      title="">cache group</var> is <i>checking</i> or
      <i>downloading</i>, then <span>queue a task</span> to <span>fire
      a simple event</span> named <code
-     title="event-appcache-checking">checking</code> at the
-     <code>ApplicationCache</code> singleton of that <span>cache
-     host</span>. The default action of this event must be, if the
-     user agent <span>shows caching progress</span>, the display of
-     some sort of user interface indicating to the user that the user
-     agent is checking to see if it can download the
+     title="event-appcache-checking">checking</code> that is
+     cancelable at the <code>ApplicationCache</code> singleton of that
+     <span>cache host</span>. The default action of this event must
+     be, if the user agent <span>shows caching progress</span>, the
+     display of some sort of user interface indicating to the user
+     that the user agent is checking to see if it can download the
      application.</p></li>
 
      <li><p>If these steps were invoked with a <span>cache

|