html5/spec Overview.html,1.4242,1.4243

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16286

Modified Files:
	Overview.html 
Log Message:
fire 'timeupdate' when firing 'emptied' if the time changed. (whatwg r5324)

Index: Overview.html
===================================================================
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&gt;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:18:26 UTC