[html5] r5092 - [e] (0) Captions - Stage 10b: minor tweaks for where things should go
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 11 03:50:20 PDT 2010
Author: ianh
Date: 2010-05-11 03:50:18 -0700 (Tue, 11 May 2010)
New Revision: 5092
Modified:
complete.html
index
source
Log:
[e] (0) Captions - Stage 10b: minor tweaks for where things should go
Modified: complete.html
===================================================================
--- complete.html 2010-05-11 10:15:51 UTC (rev 5091)
+++ complete.html 2010-05-11 10:50:18 UTC (rev 5092)
@@ -25104,10 +25104,9 @@
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>.
+ 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>.
- <!-- 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 -->
-
</dd>
<dt><dfn id=dom-media-have_current_data title=dom-media-HAVE_CURRENT_DATA><code>HAVE_CURRENT_DATA</code></dfn> (numeric value 2)</dt>
@@ -26253,7 +26252,9 @@
to the <a href=#media-element>media element</a>'s <a href=#list-of-timed-tracks>list of timed
tracks</a>.</p>
- <p class=XXX>...</p>
+ <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</p>
<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
@@ -26507,7 +26508,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
Modified: index
===================================================================
--- index 2010-05-11 10:15:51 UTC (rev 5091)
+++ index 2010-05-11 10:50:18 UTC (rev 5092)
@@ -25003,10 +25003,9 @@
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>.
+ 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>.
- <!-- 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 -->
-
</dd>
<dt><dfn id=dom-media-have_current_data title=dom-media-HAVE_CURRENT_DATA><code>HAVE_CURRENT_DATA</code></dfn> (numeric value 2)</dt>
@@ -26152,7 +26151,9 @@
to the <a href=#media-element>media element</a>'s <a href=#list-of-timed-tracks>list of timed
tracks</a>.</p>
- <p class=XXX>...</p>
+ <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</p>
<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
@@ -26406,7 +26407,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
Modified: source
===================================================================
--- source 2010-05-11 10:15:51 UTC (rev 5091)
+++ source 2010-05-11 10:50:18 UTC (rev 5092)
@@ -27039,10 +27039,9 @@
element, the dimensions of the video are also available. The API
will no longer raise an exception when seeking. No <span>media
data</span> is available for the immediate <span>current playback
- position</span>.
+ position</span>. The <span title="timed track">timed tracks</span>
+ are <span title="the timed tracks are ready">ready</span>.</p>
- <!-- 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 -->
-
</dd>
<dt><dfn title="dom-media-HAVE_CURRENT_DATA"><code>HAVE_CURRENT_DATA</code></dfn> (numeric value 2)</dt>
@@ -28382,7 +28381,9 @@
to the <span>media element</span>'s <span>list of timed
tracks</span>.</p>
- <p class="XXX">...</p>
+ <p class="XXX">...manage the <span>timed track readiness
+ state</span> and the <span>timed track mode</span>;
+ <span>fetch</span> the file as necessary</p>
<h6><dfn>Guidelines for exposing cues</dfn> in various formats as
@@ -28666,7 +28667,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
More information about the Commit-Watchers
mailing list