- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 18 Mar 2025 18:13:51 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 March 2025 01:13:55 UTC
@annevk commented on this pull request. > @@ -6094,12 +6232,26 @@ It is initially set to false.</p> <p><a for=/>Shadow roots</a> have an associated <dfn for=ShadowRoot>serializable</dfn> (a boolean). It is initially set to false.</p> +<p><a for=/>Shadow roots</a> have an associated <dfn for=ShadowRoot>custom element registry</dfn> +(null or a {{CustomElementRegistry}} object).</p> + +<p><a for=/>Shadow roots</a> have an associated +<dfn for=ShadowRoot>keep custom element registry null</dfn> (a boolean). It is initially false. + +<p class=note>This can only ever be true in combination with declarative shadow roots. And it only You already can't create all declarative shadow roots. Only declarative shadow roots have the declarative bit set, for instance. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1341#discussion_r2002224516 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1341/review/2696616469@github.com>
Received on Wednesday, 19 March 2025 01:13:55 UTC