[html5] r2852 - [gw] (2) Stop duplicate 'playing' events.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 23 00:49:05 PST 2009
Author: ianh
Date: 2009-02-23 00:49:04 -0800 (Mon, 23 Feb 2009)
New Revision: 2852
Modified:
index
source
Log:
[gw] (2) Stop duplicate 'playing' events.
Modified: index
===================================================================
--- index 2009-02-23 08:02:49 UTC (rev 2851)
+++ index 2009-02-23 08:49:04 UTC (rev 2852)
@@ -19268,9 +19268,9 @@
to override the behavior if so desired.</p>
<p>If the element is now <a href=#potentially-playing>potentially playing</a>, and the
- previous ready state was not <code title=dom-media-HAVE_FUTURE_DATA><a href=#dom-media-have_future_data>HAVE_FUTURE_DATA</a></code>, the
- user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
- event</a> called <code title=event-playing><a href=#event-playing>playing</a></code>.</p>
+ previous ready state was <code title=dom-media-HAVE_CURRENT_DATA><a href=#dom-media-have_current_data>HAVE_CURRENT_DATA</a></code> or
+ less, the user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire
+ a simple event</a> called <code title=event-playing><a href=#event-playing>playing</a></code>.</p>
</dd>
Modified: source
===================================================================
--- source 2009-02-23 08:02:49 UTC (rev 2851)
+++ source 2009-02-23 08:49:04 UTC (rev 2852)
@@ -20788,10 +20788,10 @@
to override the behavior if so desired.</p>
<p>If the element is now <span>potentially playing</span>, and the
- previous ready state was not <code
- title="dom-media-HAVE_FUTURE_DATA">HAVE_FUTURE_DATA</code>, the
- user agent must <span>queue a task</span> to <span>fire a simple
- event</span> called <code
+ previous ready state was <code
+ title="dom-media-HAVE_CURRENT_DATA">HAVE_CURRENT_DATA</code> or
+ less, the user agent must <span>queue a task</span> to <span>fire
+ a simple event</span> called <code
title="event-playing">playing</code>.</p>
</dd>
More information about the Commit-Watchers
mailing list