[Bug 18931] D3E should define when compositionupdate event is fired

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

--- Comment #4 from Takayoshi Kochi <kochi@google.com> ---
Also for compositionend event?

ORIGINAL
==============
A user agent must dispatch this event when a text composition system completes
or cancels the current composition session.

This event is dispatched immediately after the text composition system
completes the composition session (e.g., the IME is closed, minimized, switched
out of focus, or otherwise dismissed, and the focus switched back to the user
agent).
==============

NEW
==============
A user agent must dispatch this event when a text composition system completes
or cancels the current composition session, and the compositionend event SHOULD
be
dispatched after the control is updated.

This event is dispatched immediately after the text composition system
completes the composition session (e.g., the IME is closed, minimized, switched
out of focus, or otherwise dismissed, and the focus switched back to the user
agent). 
==============

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

Received on Thursday, 25 July 2013 09:24:35 UTC