- From: Gary Kacmarcik <notifications@github.com>
- Date: Tue, 20 Oct 2015 17:35:53 -0700
- To: w3c/DOM-Level-3-Events-key <DOM-Level-3-Events-key@noreply.github.com>
Received on Wednesday, 21 October 2015 00:36:38 UTC
_From @garykac on October 7, 2015 4:30_ Copied from W3C Bugzilla: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27825 ##### Patrick Ladd 2015-01-13 23:48:47 UTC The DOM Level 3 Events specification, https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#keys-keyvalues, (section 6.3) second paragraph states, "The list of valid key values is defined in the DOM Level 3 KeyboardEvent key Values Specification [DOM3 key Values]." However, the DOM Level 3 KeyboardEvent key Values specification, http://www.w3.org/TR/DOM-Level-3-Events-key/, does not include tables for core key values such as numerical keys (0-9), alphabetic keys (a-z), or symbol keys. The reader must, for instance, look at example 21 in the DOM Level 3 Events specification to deduce that pressing the 2 key causes the value of '2' to be placed in the KeyboardEvent.key field and then extrapolate that to other numerical keys. ##### Comment 1 Arthur Barstow 2015-03-21 15:11:51 UTC Bulk move of all D3E bugs to the UI Events component. _Copied from original issue: w3c/uievents#37_ --- Reply to this email directly or view it on GitHub: https://github.com/w3c/DOM-Level-3-Events-key/issues/7
Received on Wednesday, 21 October 2015 00:36:38 UTC