- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 May 2010 10:57:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv22944
Modified Files:
Overview.html spec.html video.html
Log Message:
Captions - Stage 10b: minor tweaks for where things should go (whatwg r5092)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.922
retrieving revision 1.923
diff -u -d -r1.922 -r1.923
--- Overview.html 11 May 2010 09:07:25 -0000 1.922
+++ Overview.html 11 May 2010 10:57:19 -0000 1.923
@@ -305,7 +305,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.4089.
+This is revision 1.4090.
</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
@@ -318,14 +318,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
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.602
retrieving revision 1.603
diff -u -d -r1.602 -r1.603
--- video.html 8 May 2010 06:47:33 -0000 1.602
+++ video.html 11 May 2010 10:57:20 -0000 1.603
@@ -1089,9 +1089,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>
@@ -1588,7 +1587,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><p class="XXX">...</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
+ tracks</a>.</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
<a href="#timed-track-cue" title="timed track cue">timed track cues</a></h6><p class="XXX">...</p><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>;
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.930
retrieving revision 1.931
diff -u -d -r1.930 -r1.931
--- spec.html 11 May 2010 09:07:25 -0000 1.930
+++ spec.html 11 May 2010 10:57:19 -0000 1.931
@@ -303,7 +303,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.4089.
+This is revision 1.4090.
</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
@@ -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
@@ -11899,9 +11894,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>
@@ -12398,7 +12392,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><p class=XXX>...</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
+ tracks</a>.</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
<a href=#timed-track-cue title="timed track cue">timed track cues</a></h6><p class=XXX>...</p><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>;
Received on Tuesday, 11 May 2010 10:57:24 UTC