Re: [whatwg/dom] window.event and shadow trees (#679)

To make this more concrete, I think all that would change here is step 2.8.2 of https://dom.spec.whatwg.org/#concept-event-listener-inner-invoke from

> If tuple’s item-in-shadow-tree is false, then set global’s current event to event.

to

> If tuple’s item-in-shadow-tree is false or event's composed flag is set, then set global’s current event to event.

(tuple above will become struct per #686 so we might want to wait on that before landing this change.)

-- 
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/679#issuecomment-422034562

Received on Monday, 17 September 2018 14:17:39 UTC