[Bug 24738] New: D3E spec should define if keypress is fired when preceding beforeinput is consumed by preventDefault()
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24738
Bug ID: 24738
Summary: D3E spec should define if keypress is fired when
preceding beforeinput is consumed by preventDefault()
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
D3E spec should define if keypress is fired when preceding beforeinput is
consumed by preventDefault().
I think that keypress shouldn't be fired because:
* it's not necessary for the web apps which handle beforeinput
* not dispatching keypress doesn't waste the resource (CPU, battery)
--
You are receiving this mail because:
You are on the CC list for the bug.