- From: poot <cvsmail@w3.org>
- Date: Thu, 14 Apr 2011 21:05:35 -0400
- To: public-html-diffs@w3.org
hixie: Avoid firing 'playing' when the script calls play() but the media
element is actually paused on user interaction. (whatwg r6012)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4833&r2=1.4834&f=h
http://html5.org/tools/web-apps-tracker?from=6011&to=6012
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4833
retrieving revision 1.4834
diff -u -d -r1.4833 -r1.4834
--- Overview.html 15 Apr 2011 00:59:19 -0000 1.4833
+++ Overview.html 15 Apr 2011 01:03:30 -0000 1.4834
@@ -23541,10 +23541,10 @@
<p>Otherwise, the <a href="#media-element">media element</a>'s <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute has the
value <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> or
- <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>;
- <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire a simple event</a>
- named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> at the
- element.</p>
+ <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>; if
+ the <a href="#media-element">media element</a> is <a href="#potentially-playing">potentially
+ playing</a>, then <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire a
+ simple event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> at the element.</p>
</li>
Received on Friday, 15 April 2011 01:05:36 UTC