- From: <bugzilla@jessica.w3.org>
- Date: Wed, 18 Feb 2015 05:25:25 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26776 --- Comment #24 from Joe Steele <steele@adobe.com> --- (In reply to Joe Steele from comment #23) > (In reply to Jerry Smith from comment #22) > > We believe an event is likely sufficient, something like: > > > > X.X KeySystemEvent > > > > The KeySystemEvent is used to return Key System specific messages that > > provide human readable information on events or errors outside those defined > > in this specification. > > > > Events are constructed as defined in Constructing events [DOM]. > > > > Constructor(DOMString type, KeySystemEventInit EventInit)] > > interface KeySystemEvent : event { > > readonly attribute DOMString message; > > }; > > > > I've drafted this as returning a message since that seems more clearly > > intended to provide information. > > This would satisfy Adobe's requirements. It would be good to have clarification on what object this event is fired at though. My assumption for now is that it is fired at the MediaKeySession object. Per the issue Chris raised in bug 27067, it is not clear whether this error would need to be used when a MediaKeySession is not around. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 18 February 2015 05:25:27 UTC