Re: [selection-api] Need to be able to tell if the caret is displayed at the beginning or the end of the line (#32)

Do we really need to expose beforeLineWrap to web author? It makes user script complicated.
Once we can specify beforeLineWrap in Selection.modify(), e.g. move towards "inline-end" set internal state `beforeLineWrap` to true.

Once the spec specifies firing `selecitonChange` event based on caret quad change instead of caret DOM position change, this issue can be resolved.


---
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/32#issuecomment-197145915

Received on Wednesday, 16 March 2016 04:22:09 UTC