[html5] r2490 - [gow] (2) Make play() not reset playbackRate, since media engines need to be abl [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Nov 30 23:54:38 PST 2008
Author: ianh
Date: 2008-11-30 23:54:38 -0800 (Sun, 30 Nov 2008)
New Revision: 2490
Modified:
index
source
Log:
[gow] (2) Make play() not reset playbackRate, since media engines need to be able to preload at the right rate, which means that we need to set the playback rate before playing generally. (credit: ec)
Modified: index
===================================================================
--- index 2008-12-01 06:53:28 UTC (rev 2489)
+++ index 2008-12-01 07:54:38 UTC (rev 2490)
@@ -18156,20 +18156,6 @@
</li>
- <li>
-
- <p>The <code title=dom-media-playbackRate><a href=#dom-media-playbackrate>playbackRate</a></code>
- attribute must be set to the value of the <code title=dom-media-defaultPlaybackRate><a href=#dom-media-defaultplaybackrate>defaultPlaybackRate</a></code>
- attribute.</p>
-
- <p class=note>If this caused the <code title=dom-media-playbackRate><a href=#dom-media-playbackrate>playbackRate</a></code> attribute to
- change value, the user agent <a href=#rateUpdate>will</a>
- <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-ratechange><a href=#event-ratechange>ratechange</a></code> at the
- <a href=#media-element>media element</a>.</p>
-
- </li>
-
<li><p>If the <a href=#media-element>media element</a>'s <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute is true, it must
be set to false.</li>
Modified: source
===================================================================
--- source 2008-12-01 06:53:28 UTC (rev 2489)
+++ source 2008-12-01 07:54:38 UTC (rev 2490)
@@ -19669,22 +19669,6 @@
</li>
- <li>
-
- <p>The <code title="dom-media-playbackRate">playbackRate</code>
- attribute must be set to the value of the <code
- title="dom-media-defaultPlaybackRate">defaultPlaybackRate</code>
- attribute.</p>
-
- <p class="note">If this caused the <code
- title="dom-media-playbackRate">playbackRate</code> attribute to
- change value, the user agent <a href="#rateUpdate">will</a>
- <span>queue a task</span> to <span>fire a simple event</span>
- called <code title="event-ratechange">ratechange</code> at the
- <span>media element</span>.</p>
-
- </li>
-
<li><p>If the <span>media element</span>'s <code
title="dom-media-paused">paused</code> attribute is true, it must
be set to false.</p></li>
More information about the Commit-Watchers
mailing list