Re: [editing] How do we switch the caret between overtype and insert mode? (#55)

Thinking about it, you may be right, that could be a way to implement overtype in userspace.

As for the silent failing: currently all events associated with an editor fail silently in contenteditable=typing: pasting, inserting a character, marking text as bold, etc. . Nothing works by default and no preventDefault() has to be issued on things one does not want to work.

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

Received on Wednesday, 3 June 2015 09:53:05 UTC