[Bug 25477] New: KeyboardEvent.initKeyboardEvent() needs correct

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: travil@microsoft.com
          Reporter: crimsteam@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

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.

Received on Saturday, 26 April 2014 16:57:44 UTC