This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

textTracks

Property of dom/HTMLMediaElementdom/HTMLMediaElement

Syntax

var result = element.textTracks;
element.textTracks = value;

Notes

Remarks

The following example displays a list of text tracks associated with a video. Note To create timed text files in both Web Video Text Track (WebVTT) and Timed Text Markup Language (TTML) formats, see HTML5 Video Caption Maker on the Windows Internet Explorer test drive site.

Syntax

Standards information

See also

Related pages

  • video

Attributions