[html5] r5324 - [giow] (1) fire 'timeupdate' when firing 'emptied' if the time changed.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 23 18:18:17 PDT 2010
Author: ianh
Date: 2010-08-23 18:18:16 -0700 (Mon, 23 Aug 2010)
New Revision: 5324
Modified:
complete.html
index
source
Log:
[giow] (1) fire 'timeupdate' when firing 'emptied' if the time changed.
Modified: complete.html
===================================================================
--- complete.html 2010-08-24 00:34:59 UTC (rev 5323)
+++ complete.html 2010-08-24 01:18:16 UTC (rev 5324)
@@ -24522,9 +24522,17 @@
<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>
Modified: index
===================================================================
--- index 2010-08-24 00:34:59 UTC (rev 5323)
+++ index 2010-08-24 01:18:16 UTC (rev 5324)
@@ -24447,9 +24447,17 @@
<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>
Modified: source
===================================================================
--- source 2010-08-24 00:34:59 UTC (rev 5323)
+++ source 2010-08-24 01:18:16 UTC (rev 5324)
@@ -26300,9 +26300,18 @@
<li><p>If <code title="dom-media-seeking">seeking</code> is true,
set it to false.</p></li>
- <li><p>Set the <span>current playback position</span> to
- 0.</p></li>
+ <li>
+ <p>Set the <span>current playback position</span> to 0.</p>
+
+ <p>If this changed the <span>current playback position</span>,
+ then span>queue a task</span> to <span>fire a simple
+ event</span> named <code
+ title="event-media-timeupdate">timeupdate</code> at the
+ <span>media element</span>.</p>
+
+ </li>
+
<li><p>Set the <span>initial playback position</span> to
0.</p></li>
More information about the Commit-Watchers
mailing list