hixie: I had marked the wrong event as a ProgressEvent. (whatwg r4244)

hixie: I had marked the wrong event as a ProgressEvent. (whatwg r4244)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3389&r2=1.3390&f=h
http://html5.org/tools/web-apps-tracker?from=4243&to=4244

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3389
retrieving revision 1.3390
diff -u -d -r1.3389 -r1.3390
--- Overview.html 21 Oct 2009 09:14:26 -0000 1.3389
+++ Overview.html 21 Oct 2009 09:18:14 -0000 1.3390
@@ -44880,11 +44880,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>

Received on Wednesday, 21 October 2009 09:18:59 UTC