[Bug 25263] TextTrackCue interface is missing track property

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25263

--- Comment #2 from Philippe Le Hegaret <plh@w3.org> ---
There should be one in TextTrackCue as well.

Here is its description you should look for:
[[
The track attribute, on getting, must return the TextTrack object of the text
track in whose list of cues the text track cue that the TextTrackCue object
represents finds itself, if any; or null otherwise.
]]
http://www.w3.org/html/wg/drafts/html/CR/embedded-content-0.html#texttrackcue

Btw, the related test is at
https://github.com/w3c/web-platform-tests/blob/master/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/track.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 4 April 2014 21:02:01 UTC