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.

label

Property of dom/HTMLTrackElementdom/HTMLTrackElement

Syntax

var result = element.label;
element.label = value;

Notes

Remarks

A label can be any identifying string. This string is displayed in the HTML5 video player. For example, the following track element appears as “French language track” in the player: This property is not implemented for AudioTrack. 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

Attributions