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.

track

Summary

The track tag specifies text tracks for media elements (audio and video).

This element is used to specify subtitles, caption files or other files containing text, that should be visible when the media is playing.

Track is new to HTML5 and is not yet supported in any major browser.

Overview Table

DOM Interface
HTMLTrackElement

Syntax

Members

The track object has these types of members:

  • [#events Events]
  • [#properties Properties]

Events

The track object has these events. {

Related specifications

HTML 5.1
W3C Working Draft
HTML 5
W3C Recommendation

See also

Related pages

  • track object

Attributions