[html5] r7358 - [] (0) Another possible audio track kind Fixing https://www.w3.org/Bugs/Public/s [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 15 20:16:20 PDT 2012


Author: ianh
Date: 2012-09-15 20:16:18 -0700 (Sat, 15 Sep 2012)
New Revision: 7358

Modified:
   complete.html
   index
   source
Log:
[] (0) Another possible audio track kind
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17797
Affected topics: Video and Audio

Modified: complete.html
===================================================================
--- complete.html	2012-09-15 21:55:31 UTC (rev 7357)
+++ complete.html	2012-09-16 03:16:18 UTC (rev 7358)
@@ -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 — Last Updated 15 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -32539,6 +32539,11 @@
      <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.

Modified: index
===================================================================
--- index	2012-09-15 21:55:31 UTC (rev 7357)
+++ index	2012-09-16 03:16:18 UTC (rev 7358)
@@ -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 — Last Updated 15 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -32539,6 +32539,11 @@
      <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.

Modified: source
===================================================================
--- source	2012-09-15 21:55:31 UTC (rev 7357)
+++ source	2012-09-16 03:16:18 UTC (rev 7358)
@@ -35549,6 +35549,12 @@
      <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.
      <td>Video only.




More information about the Commit-Watchers mailing list