Skip to content

Commit

Permalink
Forward the track language to the track rendering rules
Browse files Browse the repository at this point in the history
The `<track srclang>` value (as well as in-band track language info)
should be forwarded to the track format's rendering rules.

For WebVTT, see w3c/webvtt#257
and https://www.w3.org/Bugs/Public/show_bug.cgi?id=28255.
  • Loading branch information
zcorpan committed Nov 13, 2015
1 parent 64c7b3e commit c84f4ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source
Expand Up @@ -32190,9 +32190,10 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {

<li><p>Run the <span>rules for updating the text track rendering</span> of each of the <span
data-x="text track">text tracks</span> in <var>affected tracks</var> that are <span data-x="text
track showing">showing</span>. For example, for <span data-x="text track">text tracks</span>
based on WebVTT, the <span>rules for updating the display of WebVTT text tracks</span>. <ref
spec=WEBVTT> </p></li>
track showing">showing</span>, providing the <span>text track</span>'s <span>text track
language</span> as the fallback language if it is not the empty string. For example, for <span
data-x="text track">text tracks</span> based on WebVTT, the <span>rules for updating the display
of WebVTT text tracks</span>. <ref spec=WEBVTT></p></li>

</ol>

Expand Down

0 comments on commit c84f4ca

Please sign in to comment.