[html5] r3732 - [e] (0) Clarify when 'abort' fires on media elements.

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 2 15:18:26 PDT 2009


Author: ianh
Date: 2009-09-02 15:18:25 -0700 (Wed, 02 Sep 2009)
New Revision: 3732

Modified:
   index
   source
Log:
[e] (0) Clarify when 'abort' fires on media elements.

Modified: index
===================================================================
--- index	2009-09-02 22:16:23 UTC (rev 3731)
+++ index	2009-09-02 22:18:25 UTC (rev 3732)
@@ -23307,7 +23307,7 @@
      <td><code title=dom-media-networkState><a href=#dom-media-networkstate>networkState</a></code> equals <code title=dom-media-NETWORK_LOADED><a href=#dom-media-network_loaded>NETWORK_LOADED</a></code>
     <tr><td><dfn id=event-abort title=event-abort><code>abort</code></dfn>
      <td><code>ProgressEvent</code> <a href=#refsPROGRESS>[PROGRESS]</a>
-     <td>The user agent stops fetching the <a href=#media-data>media data</a> before it is completely downloaded.
+     <td>The user agent stops fetching the <a href=#media-data>media data</a> before it is completely downloaded, but not due to an error.
      <td><code title=dom-media-error><a href=#dom-media-error>error</a></code> is an object with the code <code title=dom-MediaError-MEDIA_ERR_ABORTED><a href=#dom-mediaerror-media_err_aborted>MEDIA_ERR_ABORTED</a></code>.
          <code title=dom-media-networkState><a href=#dom-media-networkstate>networkState</a></code> equals either <code title=dom-media-NETWORK_EMPTY><a href=#dom-media-network_empty>NETWORK_EMPTY</a></code> or <code title=dom-media-NETWORK_LOADED><a href=#dom-media-network_loaded>NETWORK_LOADED</a></code>, depending on when the download was aborted.
     <tr><td><dfn id=event-error title=event-error><code>error</code></dfn>

Modified: source
===================================================================
--- source	2009-09-02 22:16:23 UTC (rev 3731)
+++ source	2009-09-02 22:18:25 UTC (rev 3732)
@@ -25369,7 +25369,7 @@
     <tr>
      <td><dfn title="event-abort"><code>abort</code></dfn>
      <td><code>ProgressEvent</code> <a href="#refsPROGRESS">[PROGRESS]</a>
-     <td>The user agent stops fetching the <span>media data</span> before it is completely downloaded.
+     <td>The user agent stops fetching the <span>media data</span> before it is completely downloaded, but not due to an error.
      <td><code title="dom-media-error">error</code> is an object with the code <code title="dom-MediaError-MEDIA_ERR_ABORTED">MEDIA_ERR_ABORTED</code>.
          <code title="dom-media-networkState">networkState</code> equals either <code title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</code> or <code title="dom-media-NETWORK_LOADED">NETWORK_LOADED</code>, depending on when the download was aborted.
     <tr>




More information about the Commit-Watchers mailing list