Re: [editing-explainer] How should custom controls declare their intention? (#18)

Actually we need to be able to declare intentions from inside keyboard events too so we can change keyboard bindings. I think the best way to to this is to include a declareIntention on mouseEvent, keyboardEvent, clipboardEvent, dragEveng, and anywhere else that a user might be intending to insert, delete, type, etc. That way only these 'user-initiated' actions result in intention events.

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

Received on Wednesday, 3 December 2014 05:12:57 UTC