Re: [DOM3 Events] compositionstart shouldn't be cancelable for IME

The DOM is under the control of the browser. It is important that the js app
can manipulate the dom, adjust the selection, etc as needed during
composition start, and still have everything work. This all currently works
very well in webkit and Firefox, and probably IE. I assume you aren't
proposing to change this existing capability, but then I'm curious as to why
the event can not be cancelled, since the browser can clearly prevent
manipulation of its own DOM.

Regards,
Dan
On Aug 16, 2011 8:14 AM, "Masayuki Nakano" <masayuki@d-toybox.com> wrote:

Received on Tuesday, 16 August 2011 12:38:11 UTC