Re: [whatwg/dom] Composed and non bubbling event semantic dispatched in shadow tree (#742)

> Capturing and at target are always performed.
Maybe we need `capturing` flag in `EventInit` which disables capturing phase as well. It is fundamentally weird that you can't dispatch an event within a component without it being observable outside of it since that leaks the implementation details of a component.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/742#issuecomment-476893338

Received on Tuesday, 26 March 2019 23:26:18 UTC