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

> the event that is triggered after the DOM has changed because a paste has taken place already through execCommans should not be the Intent Event we want to listen to

Yeah but that's the thing. The "paste" event fires **before** the DOM is changed. And through this event we can set the custom behavior of paste. Exactly as you would for an intent event.

So yes, we definitely have to coordinate to avoid conflicts and also to avoid having too many different ways of doing one thing.

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

Received on Thursday, 23 April 2015 22:21:58 UTC