[Bug 22431] HTMLVideoElement.videoPlaybackQuality should be a live object rather than returning a new object

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> ---
Why are we mimicking terrible APIs?

If you want to return a new object each time, use a method, not an attribute. 
Abusing attributes like this is really bad from the point of view of JS API
consumers...

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

Received on Wednesday, 26 June 2013 05:36:53 UTC