- From: Steve Orvell <notifications@github.com>
- Date: Thu, 09 Oct 2025 16:55:37 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 October 2025 23:55:41 UTC
sorvell left a comment (whatwg/dom#1414) I think the behavior we want here is that the custom element registry can only mutate if: 1. it is currently null. 2. it is being adopted into a new document and it has the global registry of the source document (which could be null) *and* is *not* customized. Correct me if I'm wrong, but I think this case is only really important for backwards compatibility? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1414#issuecomment-3387813731 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1414/3387813731@github.com>
Received on Thursday, 9 October 2025 23:55:41 UTC