- From: poot <cvsmail@w3.org>
- Date: Mon, 23 Feb 2009 17:52:12 +0900 (JST)
- To: public-html-diffs@w3.org
Stop duplicate 'playing' events. (whatwg r2852) If this is the first time this occurs for this media element since the load() algorithm was last invoked, the user agent must queue a task to fire a simple event called loadeddata at the element. http://people.w3.org/mike/diffs/html5/spec/Overview.1.2023.html#fire-loadeddata http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2022&r2=1.2023&f=h http://html5.org/tools/web-apps-tracker?from=2851&to=2852 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2022 retrieving revision 1.2023 diff -u -d -r1.2022 -r1.2023 --- Overview.html 23 Feb 2009 08:02:55 -0000 1.2022 +++ Overview.html 23 Feb 2009 08:49:09 -0000 1.2023 @@ -15828,9 +15828,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>
Received on Monday, 23 February 2009 08:52:52 UTC