Re: [editing-explainer] replaceText input event could span multiple Typing Nodes (#50)

As long as it possible to disable the browsers spellchecking using the spellcheck="false" attribute as we do to day one could then override the behavior with a custom spellchecker engine. We don't use the browsers built in spellchecker in TinyMCE for the reason of it being buggy in all browsers and there is also no way to control the spellchecker though any form of API or even CSS to change it's appearance.

Specing all the behavior of a browser spellchecker would be a huge task. There are tons of special scenarios they don't currently cover and I think that should be done in it's own spec not in the editor spec.

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

Received on Tuesday, 26 May 2015 12:30:10 UTC