html5/spec Overview.html,1.4955,1.4956

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

Modified Files:
	Overview.html 
Log Message:
Prevent it from being possible to have seeked to after the end of an infinite stream that suddenly stops being infinite. (whatwg r6182)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4955
retrieving revision 1.4956
diff -u -d -r1.4955 -r1.4956
--- Overview.html	3 Jun 2011 00:33:43 -0000	1.4955
+++ Overview.html	3 Jun 2011 00:48:54 -0000	1.4956
@@ -23502,7 +23502,11 @@
   user agent must <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire a simple
   event</a> named <code title="event-media-durationchange"><a href="#event-media-durationchange">durationchange</a></code> at the
   <a href="#media-element">media element</a>. (The event is not fired when the
-  duration is reset as part of loading a new media resource.)</p>
+  duration is reset as part of loading a new media resource.) If the
+  duration is changed such that the <a href="#current-playback-position">current playback
+  position</a> ends up being greater than the time of the end of
+  the <a href="#media-resource">media resource</a>, then the user agent must also <a href="#dom-media-seek" title="dom-media-seek">seek</a> the to the time of the end of the
+  <a href="#media-resource">media resource</a>.</p>
 
   <p class="example">If an "infinite" stream ends for some reason,
   then the duration would change from positive Infinity to the time of

Received on Friday, 3 June 2011 00:49:01 UTC