[Bug 25338] D3E spec should recommend that KeyboardEvent.code of some keys whose label are different from PC's keyboard should be mapped from the key labels on Mac keyboard

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

Masayuki Nakano <masayuki@d-toybox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |---

--- Comment #5 from Masayuki Nakano <masayuki@d-toybox.com> ---
According to the purpose of KeyboardEvent.code, even on Mac, the clear key
should be "NumLock". However, I'm not sure if web applications want such
behavior.

KeyboardEvent.key of the key on Mac is "Clear". So, even if KeyboardEvent.code
is "NumLock" on Mac, it might be OK for web apps.

With those reasons, it might be better to use "NumLock" code value for the key
even on Mac. But then, I strongly hope that the table in "6.3.1.4 Numpad
Section" should add comment "Clear key on Mac keyboard" into "Notes
(Informative)" cell for "NumLock".

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 24 April 2014 04:18:47 UTC