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

I believe https://github.com/w3c/input-events/issues/91 and this issue are essentially the same thing. But I want `execCommand` related extensions to live in the`execCommand` spec. The reason for this is A) not to contaminate the `inputEvents` spec so that we can move away from `execCommand` in the long run, and B) because `execCommand` continues to be in draft mode while `inputEvents` moves, so there could be more commands added or some removed in the future. It makes more sense to also update the information on what `inputType` to use for individual exec commands in the same spec. And C) Because the `execCommand` spec already has a section on `beforeinput` and `input`. I am looking forward to pull requests on updating that section.

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

Received on Wednesday, 8 January 2020 09:11:50 UTC