- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Jun 2011 01:46:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv25518 Modified Files: spec.html the-iframe-element.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) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- the-iframe-element.html 3 Jun 2011 00:48:42 -0000 1.62 +++ the-iframe-element.html 3 Jun 2011 01:46:37 -0000 1.63 @@ -4042,7 +4042,11 @@ user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#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 Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1509 retrieving revision 1.1510 diff -u -d -r1.1509 -r1.1510 --- spec.html 3 Jun 2011 00:48:40 -0000 1.1509 +++ spec.html 3 Jun 2011 01:46:37 -0000 1.1510 @@ -347,7 +347,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4955. +This is revision 1.4956. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 3 June 2011 01:46:41 UTC