- From: poot <cvsmail@w3.org>
- Date: Fri, 25 Feb 2011 18:41:31 -0500
- To: public-html-diffs@w3.org
hixie: 'potentially playing' definition was slightly wrong (whatwg r5918) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4757&r2=1.4758&f=h http://html5.org/tools/web-apps-tracker?from=5917&to=5918 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4757 retrieving revision 1.4758 diff -u -d -r1.4757 -r1.4758 --- Overview.html 25 Feb 2011 09:08:11 -0000 1.4757 +++ Overview.html 25 Feb 2011 23:40:11 -0000 1.4758 @@ -23835,7 +23835,8 @@ <p>A <a href="#media-element">media element</a> is said to be <dfn id="potentially-playing">potentially playing</dfn> when its <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute is false, the <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute is either - <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_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code>, + <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>, the element has not <a href="#ended-playback">ended playback</a>, playback has not <a href="#stopped-due-to-errors">stopped due to errors</a>, and the element has not <a href="#paused-for-user-interaction">paused
Received on Friday, 25 February 2011 23:41:35 UTC