w3c / dom

Moved to https://dom.spec.whatwg.org/
60 stars 18 forks source link

legacyOutputDidListeners and dispatch event #165

Closed plehegar closed 6 years ago

plehegar commented 6 years ago

dispatch event receives a legacyOutputDidListeners but doesn't do anything with it. It should give the flag to "To invoke an object with event and optional legacyOutputDidListenersThrowFlag, ". https://w3c.github.io/dom/#events-dispatching-events

yongsheng commented 6 years ago

you're right. let me fix it.

xfq commented 6 years ago

@yongsheng Can you fix this issue in DOM 4.1?

yongsheng commented 6 years ago

zhiqiang takes over it.