[Bug 22071] New: Remove 'char' from KeyboardEvent in DOM3
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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 on the CC list for the bug.