[editing] move all caret movement events from beforeinput to beforeselectionchange? (#73)

beforeselectionchange has been mentioned a few times. This event should be in the Selection API. If the caret movements intentions are to be moved there, it's important that the beforeselectionchange event contains the user intention (such as: "caret up"). 

Alternatively the beforeselectionchange event can just have a from-range and a to-range that doesn't need to specify what user intention caused the selection change, and we keep the intended caret movement events the beforeinput.    

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

Received on Friday, 21 August 2015 08:06:39 UTC