[Bug 23913] beforeinput should be fired only when the DOM change is caused by direct input by keypress or composition

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

Gary Kacmarcik <garykac@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|travil@microsoft.com        |garykac@google.com

--- Comment #17 from Gary Kacmarcik <garykac@google.com> ---
In 5.2.7.6 "Input Events During Composition", we already have a note:

"Note: Some IMEs update the DOM before the compositionend event is dispatched.
In this case, canceling the beforeinput event will have no effect (i.e., the
input input will still fire)."

We may want to make it more obvious that 'input' may fire even if 'beforeinput'
is cancelled. But we do want browsers to make a best-effort here.

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

Received on Wednesday, 23 April 2014 01:25:42 UTC