- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 09:18:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv14262 Modified Files: Overview.html Log Message: I had marked the wrong event as a ProgressEvent. (whatwg r4244) Index: Overview.html =================================================================== 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:21 UTC