[Bug 24738] D3E spec should define if keypress is fired when preceding beforeinput is consumed by preventDefault()

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

Gary Kacmarcik <garykac@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Gary Kacmarcik <garykac@google.com> ---
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.

Received on Monday, 7 April 2014 23:17:23 UTC