- From: <bugzilla@jessica.w3.org>
- Date: Mon, 10 Nov 2014 20:11:15 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24874 --- Comment #5 from David Dorwin <ddorwin@google.com> --- (In reply to Joe Steele from comment #4) > For when an attempt is made to set video.src to a source that does not > support EME when video.mediaKeys is already set: I think when video.src is > set, we should always clear the current mediaKeys (and fire the close() > event if we end up doing that). Are you saying setting video.src ALWAYS clears mediaKeys or only when EME is not supported? The former is not an option - this is an expected pattern. For the latter, I think it's inappropriate for setting one attribute to change another. Ideally, we'd throw an exception in response to "video.src = <URL>", but it's not clear how we can do that. (See comment #1.) -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 10 November 2014 20:11:17 UTC