[html5] r5412 - [giow] (0) How to expose chapters.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 3 14:47:27 PDT 2010
Author: ianh
Date: 2010-09-03 14:47:26 -0700 (Fri, 03 Sep 2010)
New Revision: 5412
Modified:
complete.html
index
source
Log:
[giow] (0) How to expose chapters.
Modified: complete.html
===================================================================
--- complete.html 2010-09-03 20:51:34 UTC (rev 5411)
+++ complete.html 2010-09-03 21:47:26 UTC (rev 5412)
@@ -29453,6 +29453,18 @@
the DOM API described above, so that, e.g., all the same events
fire.</p>
+<!--TT-->
+ <p>For the purposes of listing chapters in the <a href=#media-resource>media
+ resource</a>, only <a href=#timed-track title="timed track">timed tracks</a>
+ in the <a href=#media-element>media element</a>'s <a href=#list-of-timed-tracks>list of timed
+ tracks</a> <a href=#timed-track-showing title="timed track showing">showing</a> and
+ whose <a href=#timed-track-kind>timed track kind</a> is <code title=dom-timedtrack-kind-chapters><a href=#dom-timedtrack-kind-chapters>chapters</a></code> should be used.
+ Each <a href=#timed-track-cue title="timed track cue">cue</a> in such a <a href=#timed-track>timed
+ track</a> represents a chapter starting at the cue's <a href=#timed-track-cue-start-time title="timed track cue start time">start time</a>. The name of
+ the chapter is the <a href=#timed-track-cue-text>timed track cue text</a>, interpreted
+ literally.</p>
+<!--TT-->
+
<p>The <dfn id=dom-media-controls title=dom-media-controls><code>controls</code></dfn>
IDL attribute must <a href=#reflect>reflect</a> the content attribute of the
same name.</p>
Modified: index
===================================================================
--- index 2010-09-03 20:51:34 UTC (rev 5411)
+++ index 2010-09-03 21:47:26 UTC (rev 5412)
@@ -29433,6 +29433,18 @@
the DOM API described above, so that, e.g., all the same events
fire.</p>
+<!--TT-->
+ <p>For the purposes of listing chapters in the <a href=#media-resource>media
+ resource</a>, only <a href=#timed-track title="timed track">timed tracks</a>
+ in the <a href=#media-element>media element</a>'s <a href=#list-of-timed-tracks>list of timed
+ tracks</a> <a href=#timed-track-showing title="timed track showing">showing</a> and
+ whose <a href=#timed-track-kind>timed track kind</a> is <code title=dom-timedtrack-kind-chapters><a href=#dom-timedtrack-kind-chapters>chapters</a></code> should be used.
+ Each <a href=#timed-track-cue title="timed track cue">cue</a> in such a <a href=#timed-track>timed
+ track</a> represents a chapter starting at the cue's <a href=#timed-track-cue-start-time title="timed track cue start time">start time</a>. The name of
+ the chapter is the <a href=#timed-track-cue-text>timed track cue text</a>, interpreted
+ literally.</p>
+<!--TT-->
+
<p>The <dfn id=dom-media-controls title=dom-media-controls><code>controls</code></dfn>
IDL attribute must <a href=#reflect>reflect</a> the content attribute of the
same name.</p>
Modified: source
===================================================================
--- source 2010-09-03 20:51:34 UTC (rev 5411)
+++ source 2010-09-03 21:47:26 UTC (rev 5412)
@@ -32226,6 +32226,20 @@
the DOM API described above, so that, e.g., all the same events
fire.</p>
+<!--END w3c-html--><!--TT-->
+ <p>For the purposes of listing chapters in the <span>media
+ resource</span>, only <span title="timed track">timed tracks</span>
+ in the <span>media element</span>'s <span>list of timed
+ tracks</span> <span title="timed track showing">showing</span> and
+ whose <span>timed track kind</span> is <code
+ title="dom-timedtrack-kind-chapters">chapters</code> should be used.
+ Each <span title="timed track cue">cue</span> in such a <span>timed
+ track</span> represents a chapter starting at the cue's <span
+ title="timed track cue start time">start time</span>. The name of
+ the chapter is the <span>timed track cue text</span>, interpreted
+ literally.</p>
+<!--START w3c-html--><!--TT-->
+
<p>The <dfn title="dom-media-controls"><code>controls</code></dfn>
IDL attribute must <span>reflect</span> the content attribute of the
same name.</p>
More information about the Commit-Watchers
mailing list