Open
Description
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.