Re: [WICG/webcomponents] How can a custom element detect when it is distributed, and what its composed parent is? (#941)

Maybe a better title is "mechanism for observing composed connections".

In my project that has cooperating custom elements, I've implemented `childComposedCallback` and `childUncomposedCallback`, which do exactly as you may guess. However, it falls apart when one of my elements is distributed into a non-cooperating element such as a non-custom element.

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

Received on Friday, 10 September 2021 01:47:52 UTC