Re: [w3c/webcomponents] Discussion: child elements cannot determine whether they are "active" or not (#817)

I don't think detecting whether an element is slotted or not is sufficient since a parent node might be the one getting slotted as well.

In the past, there was a discussion about adding a callback to when a node gets "attached" in the sense of render tree in WebKit sense. That is when an element is visible (does not have `display: none`) part of a document.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/817#issuecomment-495797766

Received on Friday, 24 May 2019 21:52:54 UTC