[Bug 22071] New: Remove 'char' from KeyboardEvent in DOM3

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22071

            Bug ID: 22071
           Summary: Remove 'char' from KeyboardEvent in DOM3
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM3 Events
          Assignee: travil@microsoft.com
          Reporter: garykac@google.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

The 'char' attribute on the KeyboardEvent is only used by keypress, which
is deprecated. There is no point adding a new (non-deprecated) attribute
if the only use is by a deprecated method.

Note that textInput (which replaces keypress) does not use the 'char'
attribute.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 17 May 2013 16:00:42 UTC