[Bug 24738] 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 Gary Kacmarcik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Gary Kacmarcik <[email protected]> --- I've updated the spec (ED) to mention that keypress (if supported) should be suppressed if keydown is cancelled. However, we are not attempting to specify all possible interactions between the legacy events and the new events - partially because we don't want to needlessly constrain user agents implementing the new events and partially because many legacy events are not consistent across all user agents. But you're right that it makes sense to include that information when it is straightforward - as it is with this bug. -- You are receiving this mail because: You are on the CC list for the bug.