This page is Ready to Use

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

TextTrackCueList

Summary

A TextTrackCueList object represents a dynamically updating list of text track cues in a given order.

Properties

length
The length attribute returns the number of cues in the list represented by the TextTrackCueList.

Methods

getCueById
Returns the first text track cue object (in text track cue order) with text track cue identifier matching id. Returns null if no cue has the given identifier or if the “id” argument is the empty string.

Events

No events.

Related specifications

W3C HTML5 Specification
W3C Editor’s Draft

Attributions