[Bug 27825] New: DOM Level 3 KeyboardEvent key Values specification does not include core key values
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27825
Bug ID: 27825
Summary: DOM Level 3 KeyboardEvent key Values specification
does not include core key values
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.
--
You are receiving this mail because:
You are on the CC list for the bug.