Skip to content

Commit

Permalink
[giow] (3) Change 'description' to the plural form so that videoTrack…
Browse files Browse the repository at this point in the history
….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

git-svn-id: http://svn.whatwg.org/webapps@8195 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 23, 2013
1 parent cb0da73 commit 627ce03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -29894,7 +29894,7 @@ <h6 id=audiotracklist-and-videotracklist-objects><span class=secno>4.8.10.10.1 <
<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".
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -29894,7 +29894,7 @@ interface <dfn id=videotrack>VideoTrack</dfn> {
<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".
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -31952,7 +31952,7 @@ interface <dfn>VideoTrack</dfn> {
<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".
Expand Down

0 comments on commit 627ce03

Please sign in to comment.