[html5] r8195 - [giow] (3) Change 'description' to the plural form so that videoTrack.kind is co [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 23 13:14:31 PDT 2013


Author: ianh
Date: 2013-09-23 13:14:30 -0700 (Mon, 23 Sep 2013)
New Revision: 8195

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Change 'description' to the plural form so that videoTrack.kind is consistent with textTrack.kind, as it is for captions and subtitles already
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23239
Affected topics: Video and Audio

Modified: complete.html
===================================================================
--- complete.html	2013-09-23 19:40:42 UTC (rev 8194)
+++ complete.html	2013-09-23 20:14:30 UTC (rev 8195)
@@ -29894,7 +29894,7 @@
      <td>Video only.
      <td>DASH: "caption" and "main" roles together (other roles ignored).
 
-    <tr><td>"<dfn id=value-track-kind-description title=value-track-kind-description><code>description</code></dfn>"
+    <tr><td>"<dfn id=value-track-kind-descriptions title=value-track-kind-descriptions><code>descriptions</code></dfn>"
      <td>An audio description of a video track.
      <td>Audio only.
      <td>Ogg: "audio/audiodesc".

Modified: index
===================================================================
--- index	2013-09-23 19:40:42 UTC (rev 8194)
+++ index	2013-09-23 20:14:30 UTC (rev 8195)
@@ -29894,7 +29894,7 @@
      <td>Video only.
      <td>DASH: "caption" and "main" roles together (other roles ignored).
 
-    <tr><td>"<dfn id=value-track-kind-description title=value-track-kind-description><code>description</code></dfn>"
+    <tr><td>"<dfn id=value-track-kind-descriptions title=value-track-kind-descriptions><code>descriptions</code></dfn>"
      <td>An audio description of a video track.
      <td>Audio only.
      <td>Ogg: "audio/audiodesc".

Modified: source
===================================================================
--- source	2013-09-23 19:40:42 UTC (rev 8194)
+++ source	2013-09-23 20:14:30 UTC (rev 8195)
@@ -31952,7 +31952,7 @@
      <td>DASH: "caption" and "main" roles together (other roles ignored).
 
     <tr>
-     <td>"<dfn title="value-track-kind-description"><code>description</code></dfn>"
+     <td>"<dfn title="value-track-kind-descriptions"><code>descriptions</code></dfn>"
      <td>An audio description of a video track.
      <td>Audio only.
      <td>Ogg: "audio/audiodesc".




More information about the Commit-Watchers mailing list