hixie: Don't seek to the start before playing if you're already at the start. (whatwg r4801)

hixie: Don't seek to the start before playing if you're already at the
start. (whatwg r4801)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3848&r2=1.3849&f=h
http://html5.org/tools/web-apps-tracker?from=4800&to=4801

===================================================================
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:31:25 UTC