[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

Aaron Colwell <acolwell@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |acolwell@google.com

--- Comment #1 from Aaron Colwell <acolwell@google.com> ---
This attribute is mimicking HTMLMediaElement.buffered, seekable, and played
attributes where a new object is returned on every fetch. This is to make sure
that all the values in the object stay consistent with eachother since values
are intended to be compared with one another.

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

Received on Tuesday, 25 June 2013 14:49:33 UTC