- From: Jayson Chen <notifications@github.com>
- Date: Mon, 24 Nov 2025 12:04:24 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 24 November 2025 20:04:28 UTC
@ja-y-son commented on this pull request. > + <li> + <p>If <var>inclusiveDescendant</var> is a <a for=/>shadow root</a>: + + <ol> + <li><p>if <var>inclusiveDescendant</var>'s <a for=ShadowRoot>custom element registry</a> + is null or <var>inclusiveDescendant</var>'s <a for=ShadowRoot>custom element registry</a>'s + <a for=CustomElementRegistry>is scoped</a> is false, then set + <var>inclusiveDescendant</var>'s <a for=ShadowRoot>custom element registry</a> to + <var>document</var>'s <a>effective global custom element registry</a>. Makes sense, I put "keep custom element registry" back and check it during node adoption. It seems like we're missing some WPT coverage on the behavior of "keep custom element registry". Will add it. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1423#discussion_r2557576921 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1423/review/3502055371@github.com>
Received on Monday, 24 November 2025 20:04:28 UTC