[Bug 19009] A MediaKeys should belong to a single HTMLMediaElement.

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

--- Comment #5 from Jer Noble <jer.noble@apple.com> ---
Additionally, some CDMs will have to be implemented by the media element
itself. (This is currently the case with the WebKit Mac port.) By requiring
that a MediaKeys object be associated with multiple HTMLMediaElements
simultaneously, it would make that implementation at best much more complicated
and at worst impossible. 

The benefit posed (sharing keys between media elements) is entirely speculative
and could be achieved simply by adding the same key to two, separate MediaKeys
objects.

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

Received on Tuesday, 26 March 2013 15:27:34 UTC