Skip to content

Commit

Permalink
[] (0) Another possible audio track kind
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17797
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@7358 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 16, 2012
1 parent 9ba40ef commit 231a7af
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion complete.html
Expand Up @@ -246,7 +246,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 15 September 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 16 September 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -32539,6 +32539,11 @@ <h6 id=audiotracklist-and-videotracklist-objects><span class=secno>4.8.10.10.1 <
<td>Audio and video.
<td>Ogg: "audio/main" or "video/main"; WebM: the "FlagDefault" element is set; DASH: "main" role without "caption", "subtitle", and "dub" roles (other roles ignored).

<tr><td>"<dfn id=value-track-kind-main-desc title=value-track-kind-main-desc><code>main-desc</code></dfn>"
<td>The primary audio track, mixed with audio descriptions.
<td>Audio only.
<td>AC3 audio in MPEG-2 TS: bsmod=2 and full_svc=1. <!-- see https://www.w3.org/Bugs/Public/show_bug.cgi?id=17797#c1 -->

<tr><td>"<dfn id=value-track-kind-sign title=value-track-kind-sign><code>sign</code></dfn>"
<td>A sign-language interpretation of an audio track.
<td>Video only.
Expand Down
7 changes: 6 additions & 1 deletion index
Expand Up @@ -246,7 +246,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 15 September 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 16 September 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -32539,6 +32539,11 @@ interface <dfn id=videotrack>VideoTrack</dfn> {
<td>Audio and video.
<td>Ogg: "audio/main" or "video/main"; WebM: the "FlagDefault" element is set; DASH: "main" role without "caption", "subtitle", and "dub" roles (other roles ignored).

<tr><td>"<dfn id=value-track-kind-main-desc title=value-track-kind-main-desc><code>main-desc</code></dfn>"
<td>The primary audio track, mixed with audio descriptions.
<td>Audio only.
<td>AC3 audio in MPEG-2 TS: bsmod=2 and full_svc=1. <!-- see https://www.w3.org/Bugs/Public/show_bug.cgi?id=17797#c1 -->

<tr><td>"<dfn id=value-track-kind-sign title=value-track-kind-sign><code>sign</code></dfn>"
<td>A sign-language interpretation of an audio track.
<td>Video only.
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -35548,6 +35548,12 @@ interface <dfn>VideoTrack</dfn> {
<td>Audio and video.
<td>Ogg: "audio/main" or "video/main"; WebM: the "FlagDefault" element is set; DASH: "main" role without "caption", "subtitle", and "dub" roles (other roles ignored).

<tr>
<td>"<dfn title="value-track-kind-main-desc"><code>main-desc</code></dfn>"
<td>The primary audio track, mixed with audio descriptions.
<td>Audio only.
<td>AC3 audio in MPEG-2 TS: bsmod=2 and full_svc=1. <!-- see https://www.w3.org/Bugs/Public/show_bug.cgi?id=17797#c1 -->

<tr>
<td>"<dfn title="value-track-kind-sign"><code>sign</code></dfn>"
<td>A sign-language interpretation of an audio track.
Expand Down

0 comments on commit 231a7af

Please sign in to comment.