Skip to content

Commit

Permalink
[giow] (0) How to expose chapters.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5412 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 3, 2010
1 parent e072a50 commit 2d0bd63
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
12 changes: 12 additions & 0 deletions complete.html
Expand Up @@ -29453,6 +29453,18 @@ <h5 id=user-interface><span class=secno>4.8.10.12 </span>User interface</h5>
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>
Expand Down
12 changes: 12 additions & 0 deletions index
Expand Up @@ -29433,6 +29433,18 @@ interface <dfn id=timedtrackcue>TimedTrackCue</dfn> {
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>
Expand Down
14 changes: 14 additions & 0 deletions source
Expand Up @@ -32226,6 +32226,20 @@ interface <dfn>TimedTrackCue</dfn> {
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>
Expand Down

0 comments on commit 2d0bd63

Please sign in to comment.