Re: [editing-explainer] Can we use textnodes, and block/inline nodes as shadow roots for transparent IME handling? (#57)

Well, in my proposal, the app will have to split the text node and insert the caret element there.  In fact, I'm envisioning that all text insertion happens inside the caret element first and then gets inserted into the real DOM by the app itself.

The advantage of this approach is that it hides the IME interactions from the app, which is notoriously had to get right on all the platforms.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing-explainer/issues/57#issuecomment-106160472

Received on Thursday, 28 May 2015 03:35:37 UTC