[w3c/editing] EditContext: Are the events for `EditContext` propagated in the DOM tree? (#341)

I don't find whether the events for `EditContext` is fired only in an associated instance of active element as a default action of `composition*` events or propagated from the DOM tree. I like the former better for making browsers' implementation simpler and saving the propagation cost. However, if so, the events can be attributes of `EditContext` because I have no idea of adding 2 or more event listeners for same 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/341

Received on Tuesday, 28 September 2021 00:06:38 UTC