[html5] r4419 - [giow] (1) Missed saying that this event was cancelable somehow. Fixing http://w [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 8 08:42:12 PST 2009


Author: ianh
Date: 2009-12-08 08:42:08 -0800 (Tue, 08 Dec 2009)
New Revision: 4419

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Missed saying that this event was cancelable somehow.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8113

Modified: complete.html
===================================================================
--- complete.html	2009-12-08 15:45:50 UTC (rev 4418)
+++ complete.html	2009-12-08 16:42:08 UTC (rev 4419)
@@ -53764,12 +53764,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

Modified: index
===================================================================
--- index	2009-12-08 15:45:50 UTC (rev 4418)
+++ index	2009-12-08 16:42:08 UTC (rev 4419)
@@ -50931,12 +50931,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

Modified: source
===================================================================
--- source	2009-12-08 15:45:50 UTC (rev 4418)
+++ source	2009-12-08 16:42:08 UTC (rev 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




More information about the Commit-Watchers mailing list