hixie: Correct the interface for 'stalled' events in the media event summary; Add the interface name to the appcache event summary; Add references to [PROGRESS] where appropriate. (whatwg r4168)

hixie: Correct the interface for 'stalled' events in the media event
summary; Add the interface name to the appcache event summary; Add
references to [PROGRESS] where appropriate. (whatwg r4168)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3314&r2=1.3315&f=h
http://html5.org/tools/web-apps-tracker?from=4167&to=4168

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3314
retrieving revision 1.3315
diff -u -d -r1.3314 -r1.3315
--- Overview.html 18 Oct 2009 10:47:24 -0000 1.3314
+++ Overview.html 18 Oct 2009 10:54:07 -0000 1.3315
@@ -21255,7 +21255,7 @@
      <td>A <a href="#media-element">media element</a> whose <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> was previously not in the <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code> state has just switched to that state (either because of a fatal error during load that's about to be reported, or because the <code title="dom-media-load"><a href="#dom-media-load">load()</a></code> method was invoked while the <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection algorithm</a> was already running, in which case it is fired synchronously during the <code title="dom-media-load"><a href="#dom-media-load">load()</a></code> method call).
      <td><code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> is <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code>; all the IDL attributes are in their initial states.
     <tr><td><dfn id="event-media-stalled" title="event-media-stalled"><code>stalled</code></dfn>
-     <td><code>ProgressEvent</code>
+     <td><code>Event</code>
      <td>The user agent is trying to fetch <a href="#media-data">media data</a>, but data is unexpectedly not forthcoming.
      <td><code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> is <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>.
 
@@ -44629,30 +44629,39 @@
   anew.<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:<table><thead><tr><th> Event name
-     <th> Occasion
+     <th> Interface
+     <th> Dispatched when...
      <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> <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.)
     <tr><td> <dfn id="event-appcache-downloading" title="event-appcache-downloading"><code>downloading</code></dfn>
+     <td> <code>ProgressEvent</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> 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>
+     <td> <code>Event</code>
      <td> The resources listed in the manifest have been downloaded, and the application is now cached.
      <td> Last event in sequence.
     <tr><td> <dfn id="event-appcache-updateready" title="event-appcache-updateready"><code>updateready</code></dfn>
+     <td> <code>Event</code>
      <td> The resources listed in the manifest have been newly redownloaded, and the script can use <code title="dom-appcache-swapCache"><a href="#dom-appcache-swapcache">swapCache()</a></code> to switch to the new cache.
      <td> Last event in sequence.
     <tr><td> <dfn id="event-appcache-obsolete" title="event-appcache-obsolete"><code>obsolete</code></dfn>
+     <td> <code>Event</code>
      <td> The manifest was found to have become a 404 or 410 page, so the application cache is being deleted.
      <td> Last event in sequence.
     <tr><td rowspan="4"> <dfn id="event-appcache-error" title="event-appcache-error"><code>error</code></dfn>
+     <td rowspan="4"> <code>Event</code>
      <td> The manifest was a 404 or 410 page, so the attempt to cache the application has been aborted.
      <td rowspan="3"> Last event in sequence.
     <tr><td> The manifest hadn't changed, but the page referencing the manifest failed to download properly.
@@ -45608,7 +45617,7 @@
      the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display
      of some sort of user interface indicating to the user that a file
      is being downloaded in preparation for updating the
-     application.</li>
+     application. <a href="#refsPROGRESS">[PROGRESS]</a></li>
 
      <li>
 
@@ -45732,7 +45741,7 @@
    list</var>. The default action of these events must be, if the user
    agent <a href="#shows-caching-progress">shows caching progress</a>, the display of some sort
    of user interface indicating to the user that all the files have
-   been downloaded.</li>
+   been downloaded. <a href="#refsPROGRESS">[PROGRESS]</a></li>
 
    <li><p>Store the list of <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback namespaces</a>,
    and the URLs of the <a href="#concept-appcache-fallback" title="concept-appcache-fallback">fallback entries</a> that they
@@ -69714,6 +69723,14 @@
    September 1997. In <cite>Proceedings of the 11th International
    Unicode Conference</cite>.</dd>
 
+   <dt id="refsPROGRESS">[PROGRESS]</dt>
+   <!--
+   <dd><cite><a href="http://www.w3.org/TR/progress-events/">Progress
+   Events</a></cite>, C. McCathieNevile. W3C, May 2008.</dd>
+   -->
+   <dd><cite><a href="http://dev.w3.org/2006/webapi/progress/Progress.html">Progress
+   Events</a></cite>, C. McCathieNevile. W3C, March 2009.</dd>
+
    <dt id="refsPSL">[PSL]</dt>
    <dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>.
    Mozilla Foundation.</dd>

Received on Sunday, 18 October 2009 10:54:51 UTC