[clipboard-apis] Expand explanation of UI state logic (#22)

>  This logic depends on factors like whether the cursor is in an editable context (for paste commands) or whether there is a selection (for copy commands).

I think it would be good to add logic for cut commands:

>  This logic depends on factors like whether the cursor is in an editable context (for paste commands), whether there is a selection (for copy commands), or where there is a selection within an editable context  (for cut commands).
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/clipboard-apis/pull/22

-- Commit Summary --

  * Expand explanation of UI state logic

-- File Changes --

    M index.html (2)

-- Patch Links --

https://github.com/w3c/clipboard-apis/pull/22.patch
https://github.com/w3c/clipboard-apis/pull/22.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/22

Received on Thursday, 3 March 2016 10:28:05 UTC