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

I briefly tested `execCommand` and `beforeinput` in https://codepen.io/SaschaNaz/pen/WNepGPa. For `execCommand("bold")`, Chrome does not dispatch `beforeinput` while Safari does dispatch it (whereas both dispatch `input`). As I see nothing about `beforeinput` on execCommand spec, which is the expected behavior here?

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

Received on Sunday, 25 August 2019 12:15:14 UTC