html5/spec Overview.html,1.2905,1.2906

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27495

Modified Files:
	Overview.html 
Log Message:
Clarify when 'abort' fires on media elements. (whatwg r3732)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2905
retrieving revision 1.2906
diff -u -d -r1.2905 -r1.2906
--- Overview.html	2 Sep 2009 22:13:26 -0000	1.2905
+++ Overview.html	2 Sep 2009 22:15:28 -0000	1.2906
@@ -20488,7 +20488,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>

Received on Wednesday, 2 September 2009 22:15:41 UTC