- From: <bugzilla@jessica.w3.org>
- Date: Tue, 06 Sep 2011 18:46:14 +0000
- To: www-dom@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14055 Summary: Need a spec for CompositionEvent Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DOM3 Events AssignedTo: schepers@w3.org ReportedBy: haraken@chromium.org QAContact: member-webapi-cvs@w3.org CC: mike@w3.org, www-dom@w3.org, dominicc@chromium.org 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; } -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Tuesday, 6 September 2011 18:46:20 UTC