html5/spec-author-view Overview.html,1.654,1.655 acknowledgements.html,1.568,1.569 offline.html,1.563,1.564 spec.html,1.659,1.660

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv21205

Modified Files:
	Overview.html acknowledgements.html offline.html spec.html 
Log Message:
Try to make the appcache event sequence clearer. (whatwg r4686)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.654
retrieving revision 1.655
diff -u -d -r1.654 -r1.655
--- Overview.html	10 Feb 2010 02:36:59 -0000	1.654
+++ Overview.html	10 Feb 2010 08:17:00 -0000	1.655
@@ -302,7 +302,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3739.
+This is revision 1.3740.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.563
retrieving revision 1.564
diff -u -d -r1.563 -r1.564
--- offline.html	6 Feb 2010 10:47:04 -0000	1.563
+++ offline.html	10 Feb 2010 08:17:00 -0000	1.564
@@ -386,20 +386,21 @@
   will try to update the cache. It does this by fetching a copy of the
   manifest and, if the manifest has changed since the user agent last
   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><table><thead><tr><th> Event name
+  anew.</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><th> Interface
      </th><th> Dispatched when...
      </th><th> Next events
    </th></tr></thead><tbody><tr><td> <dfn id="event-appcache-checking" title="event-appcache-checking"><code>checking</code></dfn>
      </td><td> <code>Event</code>
-     </td><td> The user agent is checking for an update, or attempting to download the manifest for the first time.
+     </td><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><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>
     </td></tr><tr><td> <dfn id="event-appcache-noupdate" title="event-appcache-noupdate"><code>noupdate</code></dfn>
      </td><td> <code>Event</code>
      </td><td> The manifest hadn't changed.
-     </td><td> (Last event in sequence.)
+     </td><td> Last event in sequence.
     </td></tr><tr><td> <dfn id="event-appcache-downloading" title="event-appcache-downloading"><code>downloading</code></dfn>
      </td><td> <code>Event</code>
      </td><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.

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.659
retrieving revision 1.660
diff -u -d -r1.659 -r1.660
--- spec.html	10 Feb 2010 02:36:59 -0000	1.659
+++ spec.html	10 Feb 2010 08:17:00 -0000	1.660
@@ -300,7 +300,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3739.
+This is revision 1.3740.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -22142,20 +22142,21 @@
   will try to update the cache. It does this by fetching a copy of the
   manifest and, if the manifest has changed since the user agent last
   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><table><thead><tr><th> Event name
+  anew.</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><th> Interface
      </th><th> Dispatched when...
      </th><th> Next events
    </th></tr></thead><tbody><tr><td> <dfn id=event-appcache-checking title=event-appcache-checking><code>checking</code></dfn>
      </td><td> <code>Event</code>
-     </td><td> The user agent is checking for an update, or attempting to download the manifest for the first time.
+     </td><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><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>
     </td></tr><tr><td> <dfn id=event-appcache-noupdate title=event-appcache-noupdate><code>noupdate</code></dfn>
      </td><td> <code>Event</code>
      </td><td> The manifest hadn't changed.
-     </td><td> (Last event in sequence.)
+     </td><td> Last event in sequence.
     </td></tr><tr><td> <dfn id=event-appcache-downloading title=event-appcache-downloading><code>downloading</code></dfn>
      </td><td> <code>Event</code>
      </td><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.
@@ -28961,6 +28962,7 @@
   Wojciech Mach,
   Wolfram Kriesing,
   Yang Chen,
+  Yehuda Katz,
   Yi-An Huang,
   Yngve Nysaeter Pettersen,
   Yuzo Fujishima,

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.568
retrieving revision 1.569
diff -u -d -r1.568 -r1.569
--- acknowledgements.html	4 Feb 2010 06:17:05 -0000	1.568
+++ acknowledgements.html	10 Feb 2010 08:17:00 -0000	1.569
@@ -763,6 +763,7 @@
   Wojciech Mach,
   Wolfram Kriesing,
   Yang Chen,
+  Yehuda Katz,
   Yi-An Huang,
   Yngve Nysaeter Pettersen,
   Yuzo Fujishima,

Received on Wednesday, 10 February 2010 08:17:04 UTC