- From: poot <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 10:24:11 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: fire 'timeupdate' when firing 'emptied' if the time changed. (whatwg r5324) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4242&r2=1.4243&f=h http://html5.org/tools/web-apps-tracker?from=5323&to=5324 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4242 retrieving revision 1.4243 diff -u -d -r1.4242 -r1.4243 --- Overview.html 24 Aug 2010 00:33:52 -0000 1.4242 +++ Overview.html 24 Aug 2010 01:18:20 -0000 1.4243 @@ -20989,8 +20989,16 @@ <li><p>If <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> is true, set it to false.</li> - <li><p>Set the <a href="#current-playback-position">current playback position</a> to - 0.</li> + <li> + + <p>Set the <a href="#current-playback-position">current playback position</a> to 0.</p> + + <p>If this changed the <a href="#current-playback-position">current playback position</a>, + then span>queue a task to <a href="#fire-a-simple-event">fire a simple + event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the + <a href="#media-element">media element</a>.</p> + + </li> <li><p>Set the <a href="#initial-playback-position">initial playback position</a> to 0.</li>
Received on Tuesday, 24 August 2010 01:19:11 UTC