[html5] r4686 - [e] (0) Try to make the appcache event sequence clearer.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 10 00:09:27 PST 2010
Author: ianh
Date: 2010-02-10 00:09:25 -0800 (Wed, 10 Feb 2010)
New Revision: 4686
Modified:
complete.html
index
source
Log:
[e] (0) Try to make the appcache event sequence clearer.
Modified: complete.html
===================================================================
--- complete.html 2010-02-10 02:27:42 UTC (rev 4685)
+++ complete.html 2010-02-10 08:09:25 UTC (rev 4686)
@@ -54984,9 +54984,10 @@
saw it, redownloading all the resources it mentions and caching them
anew.</p>
- <p>As this is going on, a number of events get fired to keep the
- script updated as to the state of the cache update, so that the user
- can be notified appropriately. The events are as follows:</p>
+ <p>As this is going on, a number of events get fired on the
+ <code><a href=#applicationcache>ApplicationCache</a></code> object to keep the script updated as
+ to the state of the cache update, so that the user can be notified
+ appropriately. The events are as follows:</p>
<table><thead><tr><th> Event name
<th> Interface
@@ -54994,12 +54995,12 @@
<th> Next events
<tbody><tr><td> <dfn id=event-appcache-checking title=event-appcache-checking><code>checking</code></dfn>
<td> <code>Event</code>
- <td> The user agent is checking for an update, or attempting to download the manifest for the first time.
+ <td> The user agent is checking for an update, or attempting to download the manifest for the first time. <strong>This is always the first event in the sequence.</strong>
<td> <code title=event-appcache-noupdate><a href=#event-appcache-noupdate>noupdate</a></code>, <code title=event-appcache-downloading><a href=#event-appcache-downloading>downloading</a></code>, <code title=event-appcache-obsolete><a href=#event-appcache-obsolete>obsolete</a></code>, <code title=event-appcache-error><a href=#event-appcache-error>error</a></code>
<tr><td> <dfn id=event-appcache-noupdate title=event-appcache-noupdate><code>noupdate</code></dfn>
<td> <code>Event</code>
<td> The manifest hadn't changed.
- <td> (Last event in sequence.)
+ <td> Last event in sequence.
<tr><td> <dfn id=event-appcache-downloading title=event-appcache-downloading><code>downloading</code></dfn>
<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.
@@ -88449,6 +88450,7 @@
Wojciech Mach,
Wolfram Kriesing,
Yang Chen,
+ Yehuda Katz,
Yi-An Huang,
Yngve Nysaeter Pettersen,
Yuzo Fujishima,
Modified: index
===================================================================
--- index 2010-02-10 02:27:42 UTC (rev 4685)
+++ index 2010-02-10 08:09:25 UTC (rev 4686)
@@ -54883,9 +54883,10 @@
saw it, redownloading all the resources it mentions and caching them
anew.</p>
- <p>As this is going on, a number of events get fired to keep the
- script updated as to the state of the cache update, so that the user
- can be notified appropriately. The events are as follows:</p>
+ <p>As this is going on, a number of events get fired on the
+ <code><a href=#applicationcache>ApplicationCache</a></code> object to keep the script updated as
+ to the state of the cache update, so that the user can be notified
+ appropriately. The events are as follows:</p>
<table><thead><tr><th> Event name
<th> Interface
@@ -54893,12 +54894,12 @@
<th> Next events
<tbody><tr><td> <dfn id=event-appcache-checking title=event-appcache-checking><code>checking</code></dfn>
<td> <code>Event</code>
- <td> The user agent is checking for an update, or attempting to download the manifest for the first time.
+ <td> The user agent is checking for an update, or attempting to download the manifest for the first time. <strong>This is always the first event in the sequence.</strong>
<td> <code title=event-appcache-noupdate><a href=#event-appcache-noupdate>noupdate</a></code>, <code title=event-appcache-downloading><a href=#event-appcache-downloading>downloading</a></code>, <code title=event-appcache-obsolete><a href=#event-appcache-obsolete>obsolete</a></code>, <code title=event-appcache-error><a href=#event-appcache-error>error</a></code>
<tr><td> <dfn id=event-appcache-noupdate title=event-appcache-noupdate><code>noupdate</code></dfn>
<td> <code>Event</code>
<td> The manifest hadn't changed.
- <td> (Last event in sequence.)
+ <td> Last event in sequence.
<tr><td> <dfn id=event-appcache-downloading title=event-appcache-downloading><code>downloading</code></dfn>
<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.
@@ -82896,6 +82897,7 @@
Wojciech Mach,
Wolfram Kriesing,
Yang Chen,
+ Yehuda Katz,
Yi-An Huang,
Yngve Nysaeter Pettersen,
Yuzo Fujishima,
Modified: source
===================================================================
--- source 2010-02-10 02:27:42 UTC (rev 4685)
+++ source 2010-02-10 08:09:25 UTC (rev 4686)
@@ -62004,9 +62004,10 @@
saw it, redownloading all the resources it mentions and caching them
anew.</p>
- <p>As this is going on, a number of events get fired to keep the
- script updated as to the state of the cache update, so that the user
- can be notified appropriately. The events are as follows:</p>
+ <p>As this is going on, a number of events get fired on the
+ <code>ApplicationCache</code> object to keep the script updated as
+ to the state of the cache update, so that the user can be notified
+ appropriately. The events are as follows:</p>
<table>
<thead>
@@ -62019,13 +62020,13 @@
<tr>
<td> <dfn title="event-appcache-checking"><code>checking</code></dfn>
<td> <code>Event</code>
- <td> The user agent is checking for an update, or attempting to download the manifest for the first time.
+ <td> The user agent is checking for an update, or attempting to download the manifest for the first time. <strong>This is always the first event in the sequence.</strong>
<td> <code title="event-appcache-noupdate">noupdate</code>, <code title="event-appcache-downloading">downloading</code>, <code title="event-appcache-obsolete">obsolete</code>, <code title="event-appcache-error">error</code>
<tr>
<td> <dfn title="event-appcache-noupdate"><code>noupdate</code></dfn>
<td> <code>Event</code>
<td> The manifest hadn't changed.
- <td> (Last event in sequence.)
+ <td> Last event in sequence.
<tr>
<td> <dfn title="event-appcache-downloading"><code>downloading</code></dfn>
<td> <code>Event</code>
@@ -99040,6 +99041,7 @@
Wojciech Mach,
Wolfram Kriesing,
Yang Chen,
+ Yehuda Katz,
Yi-An Huang,
Yngve Nysaeter Pettersen,
Yuzo Fujishima,
More information about the Commit-Watchers
mailing list