[Bug 23751] "Select" key is not defined in the latest ED

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

--- Comment #3 from Masayuki Nakano <masayuki@d-toybox.com> ---
If we don't need to define "Select", I don't understand why D3E needs to define
other similar keys which are used on ancient computer such as "Play", "Pause",
"Cancel", "CrSel", "ExSel", "EraseEof", "Again", "Attn", "Execute" and "Clear".

Some of them are defined by Windows as virtual keycode and some of them are
used by special keys of Japanese keyboard actually. However, they are just
recycled, not represents the function. Therefore, browsers need to map them
proper key names with checking keyboard layout. See VK_ATTN for example.
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Key_names

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

Received on Monday, 25 November 2013 08:08:39 UTC