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

@ojanvafai The ones that were called beforeInput/Input. The reason was that we already have an "Input" event which works on input elements, textareas and contenteditable, but gives no good information. We wanted to make clear that this does not apply to \<input> fields, which the Input event DOES apply to.

About half of the editTypes we then moved to beforeselectionchange -- all the ones related to moving the caret somewhere or selection things (selecctAll, etc.)

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

Received on Wednesday, 26 August 2015 13:11:44 UTC