- From: Justin Fagnani <notifications@github.com>
- Date: Wed, 13 Sep 2023 01:48:26 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 September 2023 08:48:32 UTC
One new potentially open question that @rniwa mentioned at the TPAC WCCG breakout is what happens when an element created in with one scoped registry is moved to a tree using a different scoped registry - what registry does it use to create children? This question should be answered fully already by the proposal under [Finding a Custom Element Definition](https://github.com/WICG/webcomponents/blob/gh-pages/proposals/Scoped-Custom-Element-Registries.md#finding-a-custom-element-definition), if not we should clarify the language: the registry to use for scoped creation APIs, like `ShadowRoot.prototype.createElement()`, or `.innerHTML` is looked up at the time of the call by finding the nearest shadow root and using it's registry or the global registry. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/716#issuecomment-1717209110 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/716/1717209110@github.com>
Received on Wednesday, 13 September 2023 08:48:32 UTC