- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 19 Nov 2025 23:05:27 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 November 2025 07:05:31 UTC
@annevk commented on this pull request.
> @@ -7604,17 +7603,12 @@ are:
<li><p>Let <var>registry</var> be <a>this</a>'s <a>node document</a>'s
<a for=Document>custom element registry</a>.
- <li>
- <p>If <var>init</var>["{{ShadowRootInit/customElementRegistry}}"] is non-null:
+ <li><p>Set <var>registry</var> to <var>init</var>["{{ShadowRootInit/customElementRegistry}}"].
Actually this doesn't work. It needs to be conditional on customElementRegistry existing.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1424#pullrequestreview-3486014666
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/1424/review/3486014666@github.com>
Received on Thursday, 20 November 2025 07:05:31 UTC