- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Feb 2010 22:30:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30053 Modified Files: Overview.html Log Message: Don't seek to the start before playing if you're already at the start. (whatwg r4801) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3848 retrieving revision 1.3849 diff -u -d -r1.3848 -r1.3849 --- Overview.html 23 Feb 2010 22:26:12 -0000 1.3848 +++ Overview.html 23 Feb 2010 22:30:42 -0000 1.3849 @@ -20769,9 +20769,9 @@ <li> - <p>If the <a href="#ended-playback" title="ended playback">playback has ended</a>, - <a href="#dom-media-seek" title="dom-media-seek">seek</a> to the <a href="#earliest-possible-position">earliest - possible position</a> of the <a href="#media-resource">media resource</a>.</p> + <p>If the <a href="#ended-playback" title="ended playback">playback has ended</a> + and the <a href="#direction-of-playback">direction of playback</a> is forwards, <a href="#dom-media-seek" title="dom-media-seek">seek</a> to the <a href="#earliest-possible-position">earliest possible + position</a> of the <a href="#media-resource">media resource</a>.</p> <p class="note">This <a href="#seekUpdate">will cause</a> the user agent to <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire a simple
Received on Tuesday, 23 February 2010 22:30:50 UTC