This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28731 - CompositionEvent constructor arguments name are atypical
Summary: CompositionEvent constructor arguments name are atypical
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - UI Events (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Gary Kacmarcik
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-01 21:10 UTC by Philip Jägenstedt
Modified: 2015-10-07 04:39 UTC (History)
2 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2015-06-01 21:10:28 UTC
> Constructor(DOMString typeArg, optional CompositionEventInit compositionEventInitDict)

Event, UIEvent and many other events have a constructor on this form:

> Constructor(DOMString type, optional CompositionEventInit eventInitDict)
Comment 1 Gary Kacmarcik 2015-10-07 04:39:55 UTC
Now tracking as: https://github.com/w3c/uievents/issues/42