A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/apis/audio-video/TextTrackCue/id below:

id · WebPlatform Docs

id Summary

Gets or sets a text track cue identifier.

Property of apis/audio-video/TextTrackCueapis/audio-video/TextTrackCue

Syntax
var result = TextTrackCue.id;
TextTrackCue.id = value;
Return Value

Returns an object of type StringString

Examples

var myTrack = document.getElementById("entrack").track; 
var myCues = myTrack.cues;   
for (var i = 0; i < myCues.length; i++) {

myCues[i].id = "CID" + i; 
}

Related specifications
W3C HTML5 Specification
W3C Editor’s Draft
Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4