- From: <bugzilla@jessica.w3.org>
- Date: Wed, 18 Feb 2015 03:24:12 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26776
--- Comment #23 from Joe Steele <steele@adobe.com> ---
(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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 18 February 2015 03:24:14 UTC