Remove ondataunavailable, since we got rid of it some time ago it seems. (whatwg r3252)

Remove ondataunavailable, since we got rid of it some time ago it seems.
(whatwg r3252)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2399&r2=1.2400&f=h
http://html5.org/tools/web-apps-tracker?from=3251&to=3252

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2399
retrieving revision 1.2400
diff -u -d -r1.2399 -r1.2400
--- Overview.html 15 Jun 2009 01:31:43 -0000 1.2399
+++ Overview.html 15 Jun 2009 06:13:11 -0000 1.2400
@@ -5623,7 +5623,6 @@
            attribute <a href="#function">Function</a> <a href="#handler-onchange" title="handler-onchange">onchange</a>;
            attribute <a href="#function">Function</a> <a href="#handler-onclick" title="handler-onclick">onclick</a>;
            attribute <a href="#function">Function</a> <a href="#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
-           attribute <a href="#function">Function</a> <a href="#handler-ondataunavailable" title="handler-ondataunavailable">ondataunavailable</a>;
            attribute <a href="#function">Function</a> <a href="#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
            attribute <a href="#function">Function</a> <a href="#handler-ondrag" title="handler-ondrag">ondrag</a>;
            attribute <a href="#function">Function</a> <a href="#handler-ondragend" title="handler-ondragend">ondragend</a>;
@@ -6446,7 +6445,6 @@
            attribute <a href="#function">Function</a> <a href="#handler-onchange" title="handler-onchange">onchange</a>;
            attribute <a href="#function">Function</a> <a href="#handler-onclick" title="handler-onclick">onclick</a>;
            attribute <a href="#function">Function</a> <a href="#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
-           attribute <a href="#function">Function</a> <a href="#handler-ondataunavailable" title="handler-ondataunavailable">ondataunavailable</a>;
            attribute <a href="#function">Function</a> <a href="#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
            attribute <a href="#function">Function</a> <a href="#handler-ondrag" title="handler-ondrag">ondrag</a>;
            attribute <a href="#function">Function</a> <a href="#handler-ondragend" title="handler-ondragend">ondragend</a>;
@@ -6524,7 +6522,6 @@
    <li><code title="handler-onchange"><a href="#handler-onchange">onchange</a></code></li>
    <li><code title="handler-onclick"><a href="#handler-onclick">onclick</a></code></li>
    <li><code title="handler-oncontextmenu"><a href="#handler-oncontextmenu">oncontextmenu</a></code></li>
-   <li><code title="handler-ondataunavailable"><a href="#handler-ondataunavailable">ondataunavailable</a></code></li>
    <li><code title="handler-ondblclick"><a href="#handler-ondblclick">ondblclick</a></code></li>
    <li><code title="handler-ondrag"><a href="#handler-ondrag">ondrag</a></code></li>
    <li><code title="handler-ondragend"><a href="#handler-ondragend">ondragend</a></code></li>
@@ -17203,34 +17200,21 @@
     <ol><li><p>If a fetching process is in progress for the <a href="#media-element">media
      element</a>, the user agent should stop it.</li>
 
-     <!--<li>Let <var title="">events</var> be a list of event names,
-     initially empty.</li>-->
-
      <li>Set the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> attribute to
-     <a href="#dom-media-network_empty" title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</a><!--,
-     and add <code title="event-emptied">emptied</code> to the <var
-     title="">events</var> list-->.</li>
+     <a href="#dom-media-network_empty" title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</a>.</li>
 
      <li>If <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> is
      not set to <code title="dom-media-HAVE_NOTHING"><a href="#dom-media-have_nothing">HAVE_NOTHING</a></code>, then set it
-     to that state<!-- and add <code
-     title="event-dataunavailable">dataunavailable</code> to the <var
-     title="">events</var> list-->.</li>
+     to that state.</li>
 
      <li>If the <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute
-     is false, then set to true<!--, and add <code
-     title="event-pause">pause</code> to the <var
-     title="">events</var> list-->.</li>
+     is false, then set to true.</li>
 
      <li>If <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> is true,
      set it to false.</li>
 
      <li>Set the <a href="#current-playback-position">current playback position</a> to 0.</li>
 
-     <!--<li><span>Fire a simple event</span> at the <span>media
-     element</span> for each event name in <var title="">events</var>,
-     in the same order that they were added to that list.</li>-->
-
      <li><a href="#fire-a-simple-event">Fire a simple event</a> called <code title="event-emptied"><a href="#event-emptied">emptied</a></code> at the <a href="#media-element">media
      element</a>.</li>
 
@@ -40524,7 +40508,6 @@
            attribute <a href="#function">Function</a> <a href="#handler-onchange" title="handler-onchange">onchange</a>;
            attribute <a href="#function">Function</a> <a href="#handler-onclick" title="handler-onclick">onclick</a>;
            attribute <a href="#function">Function</a> <a href="#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
-           attribute <a href="#function">Function</a> <a href="#handler-ondataunavailable" title="handler-ondataunavailable">ondataunavailable</a>;
            attribute <a href="#function">Function</a> <a href="#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
            attribute <a href="#function">Function</a> <a href="#handler-ondrag" title="handler-ondrag">ondrag</a>;
            attribute <a href="#function">Function</a> <a href="#handler-ondragend" title="handler-ondragend">ondragend</a>;
@@ -42291,7 +42274,6 @@
     <tr><td><dfn id="handler-onchange" title="handler-onchange"><code>onchange</code></dfn> <td> <code title="event-change">change</code> <!-- widely used -->
     <tr><td><dfn id="handler-onclick" title="handler-onclick"><code>onclick</code></dfn> <td> <code title="event-click">click</code> <!-- widely used -->
     <tr><td><dfn id="handler-oncontextmenu" title="handler-oncontextmenu"><code>oncontextmenu</code></dfn> <td> <code title="event-contextmenu">contextmenu</code> <!-- widely used -->
-    <tr><td><dfn id="handler-ondataunavailable" title="handler-ondataunavailable"><code>ondataunavailable</code></dfn> <td> <code title="event-dataunavailable">dataunavailable</code>
     <tr><td><dfn id="handler-ondblclick" title="handler-ondblclick"><code>ondblclick</code></dfn> <td> <code title="event-dblclick">dblclick</code> <!-- widely used -->
     <tr><td><dfn id="handler-ondrag" title="handler-ondrag"><code>ondrag</code></dfn> <td> <code title="event-drag"><a href="#event-drag">drag</a></code>
     <tr><td><dfn id="handler-ondragend" title="handler-ondragend"><code>ondragend</code></dfn> <td> <code title="event-dragend"><a href="#event-dragend">dragend</a></code>

Received on Monday, 15 June 2009 06:14:02 UTC