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

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

--- Comment #2 from Travis Leithead [MSFT] <travil@microsoft.com> ---
Proposed spec text (replaces existing paragraph after the event definition):

A user agent SHOULD dispatch this event during a composition session when a
text composition system updates its active text passage with a new character,
which is reflected in the string in CompositionEvent.data. In text composition
systems which keep the ongoing composition in sync with the input control, the
compositionupdate event SHOULD be dispatched after the control is updated. Some
text composition systems might not expose this information to the DOM, in which
case this event will not fire during the composition process. If the
composition session is canceled, this event will be fired immediately before
the compositionend event, and the CompositionEvent.data attribute will be set
to the empty string.

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

Received on Wednesday, 24 July 2013 00:37:05 UTC