[Bug 19827] map event.key to character values of a normal QUERTY (en-US) layout

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19827

Gary Kacmarcik <garykac@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |garykac@google.com
         Resolution|---                         |FIXED

--- Comment #4 from Gary Kacmarcik <garykac@google.com> ---
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.

Received on Sunday, 25 August 2013 18:04:12 UTC