Re: [editing-explainer] What intentions do we need? (#52)

@johanneswilm @hallvors ok, that's fine for cut/paste.

There are some input methods that allow the user to change the selection which do not fall into any categories mentioned above:
- select word - e.g on iOS long touch on a word and choosing *Select* from the menu.
- select all - e.g. Ctrl + A
- select block - e.g. triple click on Windows
- caret page up
- caret page down
The first three can be specified to do nothing on the UA side and to be implemented in JS. However, the last two are more complex to handle in JS.


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

Received on Thursday, 28 May 2015 14:20:42 UTC