[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

--- Comment #3 from Masayuki Nakano <masayuki@d-toybox.com> ---
Indeed...

On Mac, browsers cannot refer scan code because NSEvent of Cocoa and EventRef
of Carbon don't provide it. Instead of that, virtual keycode provided by
[NSEvent keyCode] is the only hint.

So, we cannot distinguish F13-F15 and Help. So, using these values to .code
must be the best solution.

How about "Clear" case? It uses NumLock ID, IIRC. Should browsers use "NumLock"
for "Clear" on Mac?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 16 April 2014 01:24:23 UTC