[DOM-Level-3-Events-code] Need 'Unspecified' value for KeyboardEvent.code (#3)

_From @garykac on October 7, 2015 0:26_

The current spec doesn't define an 'Unspecified' value that can be used when the code value cannot be determined.

Having a separate value is important to be able to distinguish between 'not implemented' and 'implemented, but unable to determine code'.

Currently, we define 'Unspecified' for 'key', but don't have the equivalent text for 'code'.


_Copied from original issue: w3c/uievents#20_

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Level-3-Events-code/issues/3

Received on Wednesday, 21 October 2015 00:30:35 UTC