hixie: Remove mention of the sync dispatch. (whatwg r4794)

hixie: Remove mention of the sync dispatch. (whatwg r4794)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3840&r2=1.3841&f=h
http://html5.org/tools/web-apps-tracker?from=4793&to=4794

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3840
retrieving revision 1.3841
diff -u -d -r1.3840 -r1.3841
--- Overview.html 23 Feb 2010 05:25:57 -0000 1.3840
+++ Overview.html 23 Feb 2010 05:53:23 -0000 1.3841
@@ -21245,7 +21245,7 @@
          <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_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code>, depending on when the download was aborted.
     <tr><td><dfn id="event-media-emptied" title="event-media-emptied"><code>emptied</code></dfn>
      <td><code><a href="#event">Event</a></code>
-     <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>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).
      <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><a href="#event">Event</a></code>

Received on Tuesday, 23 February 2010 05:54:10 UTC