[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 #14 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> 2011-07-01 02:30:44 UTC ---
(In reply to comment #12)
> (In reply to comment #9)
> > Of course, an alternative way of solving this problem of inconsistency between
> > textTracks and audioTracks/videoTracks would be to turn the textTracks list
> > into a TextTrackList object.
> 
> I don't see why this is a problem or why it needs solving.

But you have resolved it nevertheless by adding:

typedef TextTrack[] TextTrackList;

That's what this bug was originally about before it became all tangled up with
RTC. :-)

-- 
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 02:30:47 UTC