This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Background: We are planning to make all Events constructible. For example, CustomEvent already has the spec for its constructor (http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#interface-customevent). We propose a spec for CompositionEvent constructor as follows: [Constructor(DOMString type, optional CompositionEventInit eventInitDict)] dictionary CompositionEventInit : UIEventInit { DOMString data; DOMString locale; }
Correction: [Constructor(DOMString type, optional CompositionEventInit eventInitDict)] interface CompositionEvent : UIEvent { ... } dictionary CompositionEventInit : UIEventInit { DOMString data; DOMString locale; }
Assigning to myself to take action on these open bugs.
Assigned to me; pri 3 (excluding the tracking bug), and sev: enhancement
(Resolving dependent bugs based on 14051.)