- From: Hayato Ito <notifications@github.com>
- Date: Wed, 08 Nov 2017 10:33:57 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 November 2017 10:34:21 UTC
> 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