[html5] r4244 - [e] (0) I had marked the wrong event as a ProgressEvent.

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 21 02:31:03 PDT 2009


Author: ianh
Date: 2009-10-21 02:30:58 -0700 (Wed, 21 Oct 2009)
New Revision: 4244

Modified:
   complete.html
   index
   source
Log:
[e] (0) I had marked the wrong event as a ProgressEvent.

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 09:27:11 UTC (rev 4243)
+++ complete.html	2009-10-21 09:30:58 UTC (rev 4244)
@@ -52911,11 +52911,11 @@
      <td> The manifest hadn't changed.
      <td> (Last event in sequence.)
     <tr><td> <dfn id=event-appcache-downloading title=event-appcache-downloading><code>downloading</code></dfn>
-     <td> <code>ProgressEvent</code>
+     <td> <code>Event</code>
      <td> The user agent has found an update and is fetching it, or is downloading the resources listed by the manifest for the first time.
      <td> <code title=event-appcache-progress><a href=#event-appcache-progress>progress</a></code>, <code title=event-appcache-error><a href=#event-appcache-error>error</a></code>, <code title=event-appcache-cached><a href=#event-appcache-cached>cached</a></code>, <code title=event-appcache-updateready><a href=#event-appcache-updateready>updateready</a></code>
     <tr><td> <dfn id=event-appcache-progress title=event-appcache-progress><code>progress</code></dfn>
-     <td> <code>Event</code>
+     <td> <code>ProgressEvent</code>
      <td> The user agent is downloading resources listed by the manifest.
      <td> <code title=event-appcache-progress><a href=#event-appcache-progress>progress</a></code>, <code title=event-appcache-error><a href=#event-appcache-error>error</a></code>, <code title=event-appcache-cached><a href=#event-appcache-cached>cached</a></code>, <code title=event-appcache-updateready><a href=#event-appcache-updateready>updateready</a></code>
     <tr><td> <dfn id=event-appcache-cached title=event-appcache-cached><code>cached</code></dfn>

Modified: index
===================================================================
--- index	2009-10-21 09:27:11 UTC (rev 4243)
+++ index	2009-10-21 09:30:58 UTC (rev 4244)
@@ -50071,11 +50071,11 @@
      <td> The manifest hadn't changed.
      <td> (Last event in sequence.)
     <tr><td> <dfn id=event-appcache-downloading title=event-appcache-downloading><code>downloading</code></dfn>
-     <td> <code>ProgressEvent</code>
+     <td> <code>Event</code>
      <td> The user agent has found an update and is fetching it, or is downloading the resources listed by the manifest for the first time.
      <td> <code title=event-appcache-progress><a href=#event-appcache-progress>progress</a></code>, <code title=event-appcache-error><a href=#event-appcache-error>error</a></code>, <code title=event-appcache-cached><a href=#event-appcache-cached>cached</a></code>, <code title=event-appcache-updateready><a href=#event-appcache-updateready>updateready</a></code>
     <tr><td> <dfn id=event-appcache-progress title=event-appcache-progress><code>progress</code></dfn>
-     <td> <code>Event</code>
+     <td> <code>ProgressEvent</code>
      <td> The user agent is downloading resources listed by the manifest.
      <td> <code title=event-appcache-progress><a href=#event-appcache-progress>progress</a></code>, <code title=event-appcache-error><a href=#event-appcache-error>error</a></code>, <code title=event-appcache-cached><a href=#event-appcache-cached>cached</a></code>, <code title=event-appcache-updateready><a href=#event-appcache-updateready>updateready</a></code>
     <tr><td> <dfn id=event-appcache-cached title=event-appcache-cached><code>cached</code></dfn>

Modified: source
===================================================================
--- source	2009-10-21 09:27:11 UTC (rev 4243)
+++ source	2009-10-21 09:30:58 UTC (rev 4244)
@@ -59536,12 +59536,12 @@
      <td> (Last event in sequence.)
     <tr>
      <td> <dfn title="event-appcache-downloading"><code>downloading</code></dfn>
-     <td> <code>ProgressEvent</code>
+     <td> <code>Event</code>
      <td> The user agent has found an update and is fetching it, or is downloading the resources listed by the manifest for the first time.
      <td> <code title="event-appcache-progress">progress</code>, <code title="event-appcache-error">error</code>, <code title="event-appcache-cached">cached</code>, <code title="event-appcache-updateready">updateready</code>
     <tr>
      <td> <dfn title="event-appcache-progress"><code>progress</code></dfn>
-     <td> <code>Event</code>
+     <td> <code>ProgressEvent</code>
      <td> The user agent is downloading resources listed by the manifest.
      <td> <code title="event-appcache-progress">progress</code>, <code title="event-appcache-error">error</code>, <code title="event-appcache-cached">cached</code>, <code title="event-appcache-updateready">updateready</code>
     <tr>




More information about the Commit-Watchers mailing list