[Bug 16076] <track> This constructor is horrible. Too many arguments. Also, settings as a string? Ugh. Can we make it have one argument that takes an object with id, startTime, endTime, text, pauseOnExit and all the settings as properties instead? e.g. new TextTrackC

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

--- Comment #2 from Simon Pieters <simonp@opera.com> 2012-05-08 10:44:11 UTC ---
After discussing this internally, we prefer if the constructor looked like
this:

[Constructor(double startTime, double endTime, DOMString text)]

-- 
Configure bugmail: https://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 Tuesday, 8 May 2012 10:44:17 UTC