RESOLVED FIXED129770
Implement VideoTrackList.selectedIndex
https://bugs.webkit.org/show_bug.cgi?id=129770
Summary Implement VideoTrackList.selectedIndex
Brendan Long
Reported 2014-03-05 19:13:37 PST
We're missing selectedIndex: interface VideoTrackList : EventTarget { readonly attribute unsigned long length; getter VideoTrack (unsigned long index); VideoTrack? getTrackById(DOMString id); readonly attribute long selectedIndex; attribute EventHandler onchange; attribute EventHandler onaddtrack; attribute EventHandler onremovetrack; }; http://www.w3.org/html/wg/drafts/html/CR/embedded-content-0.html#videotracklist
Attachments
Patch (3.86 KB, patch)
2014-03-05 19:29 PST, Brendan Long
no flags
Brendan Long
Comment 1 2014-03-05 19:29:54 PST
WebKit Commit Bot
Comment 2 2014-03-06 09:31:21 PST
Comment on attachment 225938 [details] Patch Clearing flags on attachment: 225938 Committed r165194: <http://trac.webkit.org/changeset/165194>
WebKit Commit Bot
Comment 3 2014-03-06 09:31:24 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.