- From: <bugzilla@jessica.w3.org>
- Date: Thu, 24 Apr 2014 04:18:45 +0000
- To: public-webapps-bugzilla@w3.org
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 the QA Contact for the bug.
Received on Thursday, 24 April 2014 04:18:47 UTC