- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Apr 2011 01:03:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8581 Modified Files: Overview.html Log Message: Avoid firing 'playing' when the script calls play() but the media element is actually paused on user interaction. (whatwg r6012) Index: Overview.html =================================================================== 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:03:35 UTC