Skip to content

Commit

Permalink
[e] (0) I had marked the wrong event as a ProgressEvent.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4244 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent e081784 commit 85f94e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -52911,11 +52911,11 @@ <h5 id=appcacheevents><span class=secno>6.9.1.1 </span>Event summary</h5>
<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>
Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -50071,11 +50071,11 @@ clock.js</pre>
<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>
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -59536,12 +59536,12 @@ interface <dfn>NavigatorAbilities</dfn> {
<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>
Expand Down

0 comments on commit 85f94e7

Please sign in to comment.