- From: Jonathan Clem <notifications@github.com>
- Date: Mon, 11 Apr 2016 11:20:28 -0700
- To: w3c/selection-api <selection-api@noreply.github.com>
Received on Monday, 11 April 2016 18:21:21 UTC
I'd jus like to chime in here and say that we use this at https://usecanvas.com quite heavily (we're working on polyfills for some browsers, still). We are a contenteditable-based editor, but as part of our effort to rely on its default behaviors as little as possible, we use `Selection.modify()`. Each of our document lines actually is a separate contenteditable element, and we use `Selection.modify()` to navigate between them based on user input. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/selection-api/issues/37#issuecomment-208485164
Received on Monday, 11 April 2016 18:21:21 UTC