[html5] r3252 - [] (0) Remove ondataunavailable, since we got rid of it some time ago it seems.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Jun 14 23:13:07 PDT 2009
Author: ianh
Date: 2009-06-14 23:13:06 -0700 (Sun, 14 Jun 2009)
New Revision: 3252
Modified:
index
source
Log:
[] (0) Remove ondataunavailable, since we got rid of it some time ago it seems.
Modified: index
===================================================================
--- index 2009-06-15 01:31:37 UTC (rev 3251)
+++ index 2009-06-15 06:13:06 UTC (rev 3252)
@@ -6277,7 +6277,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>;
@@ -7183,7 +7182,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>;
@@ -7273,7 +7271,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>
@@ -19876,34 +19873,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>
@@ -45305,7 +45289,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>;
@@ -47188,7 +47171,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>
Modified: source
===================================================================
--- source 2009-06-15 01:31:37 UTC (rev 3251)
+++ source 2009-06-15 06:13:06 UTC (rev 3252)
@@ -6141,7 +6141,6 @@
attribute <span>Function</span> <span title="handler-onchange">onchange</span>;
attribute <span>Function</span> <span title="handler-onclick">onclick</span>;
attribute <span>Function</span> <span title="handler-oncontextmenu">oncontextmenu</span>;
- attribute <span>Function</span> <span title="handler-ondataunavailable">ondataunavailable</span>;
attribute <span>Function</span> <span title="handler-ondblclick">ondblclick</span>;
attribute <span>Function</span> <span title="handler-ondrag">ondrag</span>;
attribute <span>Function</span> <span title="handler-ondragend">ondragend</span>;
@@ -7183,7 +7182,6 @@
attribute <span>Function</span> <span title="handler-onchange">onchange</span>;
attribute <span>Function</span> <span title="handler-onclick">onclick</span>;
attribute <span>Function</span> <span title="handler-oncontextmenu">oncontextmenu</span>;
- attribute <span>Function</span> <span title="handler-ondataunavailable">ondataunavailable</span>;
attribute <span>Function</span> <span title="handler-ondblclick">ondblclick</span>;
attribute <span>Function</span> <span title="handler-ondrag">ondrag</span>;
attribute <span>Function</span> <span title="handler-ondragend">ondragend</span>;
@@ -7277,7 +7275,6 @@
<li><code title="handler-onchange">onchange</code></li>
<li><code title="handler-onclick">onclick</code></li>
<li><code title="handler-oncontextmenu">oncontextmenu</code></li>
- <li><code title="handler-ondataunavailable">ondataunavailable</code></li>
<li><code title="handler-ondblclick">ondblclick</code></li>
<li><code title="handler-ondrag">ondrag</code></li>
<li><code title="handler-ondragend">ondragend</code></li>
@@ -21269,36 +21266,23 @@
<li><p>If a fetching process is in progress for the <span>media
element</span>, the user agent should stop it.</p></li>
- <!--<li>Let <var title="">events</var> be a list of event names,
- initially empty.</li>-->
-
<li>Set the <code
title="dom-media-networkState">networkState</code> attribute to
- <span title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</span><!--,
- and add <code title="event-emptied">emptied</code> to the <var
- title="">events</var> list-->.</li>
+ <span title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</span>.</li>
<li>If <code title="dom-media-readyState">readyState</code> is
not set to <code
title="dom-media-HAVE_NOTHING">HAVE_NOTHING</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">paused</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">seeking</code> is true,
set it to false.</li>
<li>Set the <span>current playback position</span> 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><span>Fire a simple event</span> called <code
title="event-emptied">emptied</code> at the <span>media
element</span>.</li>
@@ -51536,7 +51520,6 @@
attribute <span>Function</span> <span title="handler-onchange">onchange</span>;
attribute <span>Function</span> <span title="handler-onclick">onclick</span>;
attribute <span>Function</span> <span title="handler-oncontextmenu">oncontextmenu</span>;
- attribute <span>Function</span> <span title="handler-ondataunavailable">ondataunavailable</span>;
attribute <span>Function</span> <span title="handler-ondblclick">ondblclick</span>;
attribute <span>Function</span> <span title="handler-ondrag">ondrag</span>;
attribute <span>Function</span> <span title="handler-ondragend">ondragend</span>;
@@ -53720,7 +53703,6 @@
<tr><td><dfn title="handler-onchange"><code>onchange</code></dfn> <td> <code title="event-change">change</code> <!-- widely used -->
<tr><td><dfn title="handler-onclick"><code>onclick</code></dfn> <td> <code title="event-click">click</code> <!-- widely used -->
<tr><td><dfn title="handler-oncontextmenu"><code>oncontextmenu</code></dfn> <td> <code title="event-contextmenu">contextmenu</code> <!-- widely used -->
- <tr><td><dfn title="handler-ondataunavailable"><code>ondataunavailable</code></dfn> <td> <code title="event-dataunavailable">dataunavailable</code>
<tr><td><dfn title="handler-ondblclick"><code>ondblclick</code></dfn> <td> <code title="event-dblclick">dblclick</code> <!-- widely used -->
<tr><td><dfn title="handler-ondrag"><code>ondrag</code></dfn> <td> <code title="event-drag">drag</code>
<tr><td><dfn title="handler-ondragend"><code>ondragend</code></dfn> <td> <code title="event-dragend">dragend</code>
More information about the Commit-Watchers
mailing list