Re: [selection-api] caret-based selection movement (#27)

I think browsers currently tend to move the caret to the end of text nodes then to offset 1 of the next text node. Seeing as it's kind of arbitrary anyways let's specify this?

    abc|<span style="display:none">invisible</span>def
    abc<span style="display:none">invisible</span>d|ef   //after right arrow

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/issues/27#issuecomment-65961041

Received on Sunday, 7 December 2014 23:28:30 UTC