Re: [w3c/editing] Should execCommand dispatch beforeinput or not? (#200)

@scottfr And why do you need to execute the paste event at all? Is that because some editors will use the beforeinput event and others will use the execCommand event and so you just dispatch both to be on the safe side? If a particular editor uses the beforeinput event, would it not just be enough to dispatch that event?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/200#issuecomment-571343935

Received on Monday, 6 January 2020 22:29:20 UTC