hixie: Missed saying that this event was cancelable somehow. (whatwg r4419)

hixie: Missed saying that this event was cancelable somehow. (whatwg
r4419)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3531&r2=1.3532&f=h
http://html5.org/tools/web-apps-tracker?from=4418&to=4419

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3531
retrieving revision 1.3532
diff -u -d -r1.3531 -r1.3532
--- Overview.html 8 Dec 2009 15:46:00 -0000 1.3531
+++ Overview.html 8 Dec 2009 16:42:19 -0000 1.3532
@@ -45722,12 +45722,12 @@
      <li><p>If these steps were invoked with a <a href="#cache-host">cache
      host</a>, and the <a href="#concept-appcache-status" title="concept-appcache-status">status</a> of <var title="">cache group</var> is <i>checking</i> or
      <i>downloading</i>, then <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire
-     a simple event</a> named <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> at the
-     <code><a href="#applicationcache">ApplicationCache</a></code> singleton of that <a href="#cache-host">cache
-     host</a>. The default action of this event must be, if the
-     user agent <a href="#shows-caching-progress">shows caching progress</a>, 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
+     a simple event</a> named <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> that is
+     cancelable at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of that
+     <a href="#cache-host">cache host</a>. The default action of this event must
+     be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, 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.</li>
 
      <li><p>If these steps were invoked with a <a href="#cache-host">cache

Received on Tuesday, 8 December 2009 16:43:10 UTC