Re: [editing-explainer] spell checking should be able to span multiple Typing Nodes (#50)

I don't think it should be specified in CSS since this is not a style information. If the markup verbosity was a concern, how about adding a JS function that takes an array of elements?  You call it with a list of elements that should define the word boundary.  I guess one drawback of such an approach will be that the editor has to do it on every new element being inserted/cloned in the document...

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

Received on Thursday, 28 May 2015 03:41:28 UTC