Re: [editing-explainer] execCommand has now been spec'd to trigger a "User Intent" for cut/copy/paste (#47)

Thanks for the explanations :) Here's one suggestion: when defining the paste action, I've written

    If there is a selection or cursor in an editable context

and I could change that to say 

    If there is a selection or cursor in an editable context where pasting is enabled

and in your spec you simply say something about pasting not being enabled and scripts having to listen for the beforepaste event if they want to enable the "paste" commands in the UI, and to the paste event in order to handle and insert data. Sounds good?

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

Received on Friday, 24 April 2015 09:38:12 UTC