- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 27 May 2015 20:35:08 -0700
- To: w3c/editing-explainer <editing-explainer@noreply.github.com>
Received on Thursday, 28 May 2015 03:35:37 UTC
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