[Bug 27825] New: DOM Level 3 KeyboardEvent key Values specification does not include core key values

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: travil@microsoft.com
          Reporter: Pat_Ladd2@cable.comcast.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

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 the QA Contact for the bug.

Received on Tuesday, 13 January 2015 23:48:50 UTC