Re: Way forward and IME behavior speccing

> "edit them"...I don't understand this. Isn't all the primitives insert and delete?

On OS X, if I put my caret in the middle of 日本 in an editable text field with IME on, and double press the kana key, I get to reconvert this previously inserted text.

> I'd be happy to discuss on issues where IME bothers JS developers today, and how to solve those issues by making abstractions. But I'm not positive to start from abstracting and spec'ing IME. That'd be a huge work.

We don't want to do that either (at this stage), which is why we'd prefer to be able to push the IME either into a shadow dom, or let the js move where the composition is happening, so that we can isolate what it does without having to worry about how it works. If it is isolated, it is under control by the js editor.

 - Florian

Received on Monday, 12 October 2015 15:29:49 UTC