[Bug 19827] map event.key to character values of a normal QUERTY (en-US) layout
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19827 Gary Kacmarcik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #4 from Gary Kacmarcik <[email protected]> --- The DOM3 spec has changed considerably since this bug was filed and we're addressing the problems stated here in the following ways: The 'char' attribute has been removed since it was only used by the deprecated keypress event. We have introduced a 'code' attribute in the UI Events spec to identify individual keys. This attribute will allow JS authors to check for a specific key press without needing to worry about the current keyboard locale. -- You are receiving this mail because: You are on the CC list for the bug.