Re: [whatwg/dom] Dispatching events section may not match browsers (#746)

The reason for the change is to avoid exposing shadow trees due to how event listeners are invoked. Without this change you could detect shadow trees, which is counter to the point of that feature. Another way of saying this is that we want consistent handling of listeners regardless of whether a node has an associated shadow root.

-- 
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/746#issuecomment-742298932

Received on Thursday, 10 December 2020 07:24:19 UTC