Re: [whatwg/dom] Correct setting of target and relatedTargets post-dispatch (#585)

> I think clearTargets should instead be based on event's path. You find the last tuple in event's path with a non-null target. And then if that tuple contains a node inside a shadow tree in one of the three target fields, you set clearTargets to true.

I see. This sounds a reasonable change. Nice catch.

-- 
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/pull/585#issuecomment-376447286

Received on Tuesday, 27 March 2018 08:53:01 UTC