- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2011 19:46:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2928 Modified Files: spec.html video.html Log Message: Fix a few places where a media element could get out of sync with its controller, and re-enable media fragments for loading resources with a controller. (whatwg r6025) [updated by splitter] Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.944 retrieving revision 1.945 diff -u -d -r1.944 -r1.945 --- video.html 21 Apr 2011 23:46:48 -0000 1.944 +++ video.html 22 Apr 2011 19:46:49 -0000 1.945 @@ -1831,14 +1831,16 @@ </li> + <li><p>Let <var title="">jumped</var> be false.</p></li> + <li> <p>If either the <a href="#media-resource">media resource</a> or the address of the <var title="">current media resource</var> indicate a particular start time, then set the <a href="#initial-playback-position">initial playback - position</a> to that time and then <a href="#dom-media-seek" title="dom-media-seek">seek</a> to that time. Ignore any - resulting exceptions (if the position is out of range, it is - effectively ignored).</p> + position</a> to that time, <a href="#dom-media-seek" title="dom-media-seek">seek</a> to that time, and let <var title="">jumped</var> be true. Ignore any resulting exceptions + (if the position is out of range, it is effectively + ignored).</p> <p class="example">For example, with media formats that support the <cite>Media Fragments URI</cite> fragment @@ -2818,8 +2820,9 @@ <li> <p>If the <a href="#ended-playback" title="ended playback">playback has ended</a> - and the <a href="#direction-of-playback">direction of playback</a> is forwards, <a href="#dom-media-seek" title="dom-media-seek">seek</a> to the <a href="#earliest-possible-position">earliest possible - position</a> of the <a href="#media-resource">media resource</a>.</p> + and the <a href="#direction-of-playback">direction of playback</a> is forwards, + <a href="#dom-media-seek" title="dom-media-seek">seek</a> to the <a href="#earliest-possible-position">earliest + possible position</a> of the <a href="#media-resource">media resource</a>.</p> <p class="note">This <a href="#seekUpdate">will cause</a> the user agent to <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple @@ -2827,6 +2830,7 @@ 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, run @@ -3218,7 +3222,8 @@ element</a> could play in a non-linear fashion. If this happens, the user agent must act as if the algorithm for <a href="#dom-media-seek" title="dom-media-seek">seeking</a> was used whenever the <a href="#current-playback-position">current playback position</a> changes in a discontinuous - fashion (so that the relevant events fire).</p> + fashion (so that the relevant events fire). + </p> </div><h5 id="timed-text-tracks"><span class="secno">4.8.10.10 </span>Timed text tracks</h5><h6 id="text-track-model"><span class="secno">4.8.10.10.1 </span>Text track model</h6><p>A <a href="#media-element">media element</a> can have a group of associated <dfn id="text-track" title="text track">text tracks</dfn>, known as the <a href="#media-element">media element</a>'s <dfn id="list-of-text-tracks">list of text tracks</dfn>. The <a href="#text-track" title="text track">text tracks</a> are sorted as follows:</p><ol class="brief"><li>The <a href="#text-track" title="text track">text tracks</a> corresponding Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1449 retrieving revision 1.1450 diff -u -d -r1.1449 -r1.1450 --- spec.html 21 Apr 2011 23:46:48 -0000 1.1449 +++ spec.html 22 Apr 2011 19:46:49 -0000 1.1450 @@ -344,7 +344,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-21-april-2011">Editor's Draft 21 April 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-22-april-2011">Editor's Draft 22 April 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -367,7 +367,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.4842. +This is revision 1.4843. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide @@ -487,7 +487,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 21 April 2011 Editor's Draft. + This specification is the 22 April 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Received on Friday, 22 April 2011 19:46:53 UTC