- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 May 2010 10:50:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21826 Modified Files: Overview.html Log Message: Captions - Stage 10b: minor tweaks for where things should go (whatwg r5092) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4089 retrieving revision 1.4090 diff -u -d -r1.4089 -r1.4090 --- Overview.html 11 May 2010 08:58:49 -0000 1.4089 +++ Overview.html 11 May 2010 10:50:23 -0000 1.4090 @@ -316,14 +316,9 @@ use</a> rules apply.</p> <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> - <!-- temporarily removed after discussion with plh in October 2009 --> - <!-- will be moved back to below W3C copyright in April 2010 --> - <!-- - <p class="alt">The <a - href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">WHATWG + <p class="alt">The <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">WHATWG version</a> of this specification is available under a license that permits reuse of the specification text.</p> - --> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> </div><hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2><p>This specification defines the 5th major revision of the core @@ -21736,9 +21731,8 @@ element, the dimensions of the video are also available. The API will no longer raise an exception when seeking. No <a href="#media-data">media data</a> is available for the immediate <a href="#current-playback-position">current playback - position</a>. - - <!-- XXX any timed tracks that were active when the media resource was loading will also be loaded before this state is reached the first time --> + position</a>. The <a href="#timed-track" title="timed track">timed tracks</a> + are <a href="#the-timed-tracks-are-ready" title="the timed tracks are ready">ready</a>. </dd> @@ -22823,7 +22817,9 @@ the old parent was a <a href="#media-element">media element</a>, then remove the <code><a href="#the-track-element">track</a></code> element's corresponding <a href="#timed-track">timed track</a> to the <a href="#media-element">media element</a>'s <a href="#list-of-timed-tracks">list of timed - tracks</a>.<p class="XXX">...<h6 id="guidelines-for-exposing-cues-in-various-formats-as-timed-track-cues"><span class="secno">4.8.10.10.4 </span><dfn>Guidelines for exposing cues</dfn> in various formats as + tracks</a>.<p class="XXX">...manage the <a href="#timed-track-readiness-state">timed track readiness + state</a> and the <a href="#timed-track-mode">timed track mode</a>; + <a href="#fetch">fetch</a> the file as necessary<h6 id="guidelines-for-exposing-cues-in-various-formats-as-timed-track-cues"><span class="secno">4.8.10.10.4 </span><dfn>Guidelines for exposing cues</dfn> in various formats as <a href="#timed-track-cue" title="timed track cue">timed track cues</a></h6><p class="XXX">...<h6 id="timed-track-api"><span class="secno">4.8.10.10.5 </span>Timed track API</h6><!-- // timed tracks readonly attribute <span>TimedTrack</span>[] <span title="dom-media-tracks">tracks</span>; @@ -23027,7 +23023,11 @@ user interface to the user</dfn>. This user interface should include features to begin playback, pause playback, seek to an arbitrary position in the content (if the content supports arbitrary seeking), - change the volume, change the display of closed captions or embedded + change the volume, change the display of closed captions + + <!-- XXX update this to mention timed tracks --> + + or embedded sign-language tracks, select different audio tracks or turn on audio descriptions, and show the media content in manners more suitable to the user (e.g. full-screen video or in an independent resizable
Received on Tuesday, 11 May 2010 10:50:32 UTC