Re: [editing] Should the caret move by default, and should we define this behavior? (#58)

@rniwa @fredck If I understand @rniwa correctly, everything that has to do with caret movement has been transferred to the selection API, which means that caret movement in contenteditable=Typing and and ce=true will be the same. I am totally OK with having predefined behavior that is platform dependent, as long as we have ways to override that. The most difficult thing in that respect that I know of has been moving the caret in the block direction. Now that it seems like we will get information about the caret placement (start or end of the line: https://github.com/w3c/selection-api/issues/32 ), this should no longer be a problem. 

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

Received on Monday, 8 June 2015 08:25:22 UTC