[Bug 25477] New: KeyboardEvent.initKeyboardEvent() needs correct
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25477
Bug ID: 25477
Summary: KeyboardEvent.initKeyboardEvent() needs correct
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Legacy KeyboardEvent.initKeyboardEvent() method
(https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#idl-interface-KeyboardEvent-initializers)
doesn't fit into any implementations.
IE missing 'detail' and add 'locale'
(http://msdn.microsoft.com/en-us/library/ie/ff975297%28v=vs.85%29.aspx). Chrome
is incompatible with D3E. In Firefox this method was implemented in Nightly 31
like D3E defined (https://bugzilla.mozilla.org/show_bug.cgi?id=930893) but
breaks feature detection and fast removed
(https://bugzilla.mozilla.org/show_bug.cgi?id=999645).
This should be somehow defined correctly or completely remove from the
specification (if there is no compromise).
--
You are receiving this mail because:
You are on the CC list for the bug.