[Bug 12530] <video> Make TrackList an Array-like list of Track objects and move get* into those

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12530

--- Comment #20 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> 2011-07-01 21:42:12 UTC ---
(In reply to comment #19)
> I highly recommend reading up on WebIDL syntax. :-)
> 
> None of these interfaces use 'caller', they're all indexed getters.

OK, but we still lack the following two features on TextTrackList that we have
on audio and video tracks:

  VideoTrack? getTrackById(in DOMString id);
           attribute Function? onchange;

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 1 July 2011 21:42:14 UTC