Re: [uievents] Need 'Unspecified' value for KeyboardEvent.code (#20)

There are 3 cases of empty code value under current spec:

1. The platform tells UAs a valid scancode or something but proper value for it isn't defined
2. The platform does not tell valid scancode or anything.
3. The key is caused by virtual keyboard or something non-physical keyboard.

It may be impossible to distinguish #2 and #3 if they causes same scancode or something, though. So, only #1 case could cause specific value?

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/20#issuecomment-146046092

Received on Wednesday, 7 October 2015 00:51:55 UTC