RE: contentEditable=minimal

> -----Original Message-----
> From: Robin Berjon [mailto:robin@w3.org]
> 
> On 23/05/2014 01:23 , Ben Peters wrote:
> >> As I said I am unsure that the way in which composition events are
> >> described in DOM 3 Events is perfect, but that's only because I
> >> haven't used them in anger and they aren't supported much.
> >
> > My thought is that we can use CommandEvent with type="insertText".
> > This would be the corollary to execComamnd("insertText"), and the data
> > would be the ñ that is about to be inserted.
> 
> But if you only get one event you can't render the composition as it is
> carrying out.
> 

I believe Composition Events are very important for IME input, but we should fire CommandEvent with Insert text for all text input, including IME. Are you saying we should use Composition Events even for non-IME input? 

Received on Monday, 26 May 2014 23:53:04 UTC