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

I suggested the Chrome's behavior half a decade ago. Then reason is, calling `execCommand()` from `beforeinput` event handler creates really difficult issues from point of view of both compatibility and security. So, currently, Firefox tries to follow the Chrome's behavior.

-- 
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-525706331

Received on Wednesday, 28 August 2019 11:40:33 UTC