Re: [whatwg/dom] event.composedPath() may return different results if DOM is modified between two calls (#525)

> It should return A, sr1, B, C.

Yeah, I guess that's the intention.

> If target is a slot, target's root is a shadow root whose mode is "closed", targetOverride is non-null, targetOverride is assigned, and targetOverride's assigned slot is target, then set slot-in-closed-tree to true in the tuple.

Is this condition correct? It checks that targetOverride is non-null, but targetOverride is null for the slot in the path in this case.

-- 
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/525#issuecomment-342777083

Received on Wednesday, 8 November 2017 10:34:21 UTC