[Webkit-unassigned] [Bug 156446] keyCode and charCode properties should live in KeyboardEvent, not UIEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 9 16:31:21 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156446

--- Comment #2 from Chris Rebert <webkit at chrisrebert.com> ---
To clarify, I'm referring to the legacy[1] KeyboardEvent.keyCode and KeyboardEvent.charCode properties:
  partial interface KeyboardEvent {
    // The following support legacy user agents
    readonly attribute unsigned long charCode;
    readonly attribute unsigned long keyCode;

which are distinct from the modern[2] KeyboardEvent.key and KeyboardEvent.code properties.

[1]: https://w3c.github.io/uievents/#legacy-interface-KeyboardEvent
[2]: https://w3c.github.io/uievents/#events-keyboardevents

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160409/cdf92f75/attachment.html>


More information about the webkit-unassigned mailing list