- From: Keith Cirkel <notifications@github.com>
- Date: Fri, 17 Jul 2026 04:15:00 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 July 2026 11:15:04 UTC
@keithamus commented on this pull request. > + <li><p>If <var>previousRegistry</var> is null, then <a for=map>remove</a> the + <a>surrounding agent</a>'s + <a for="similar-origin window agent">active custom element constructor map</a>[<var>C</var>]. - <p class=note>Under normal circumstances it will already have been removed at this point. + <li><p>Otherwise, <a for=map>set</a> the <a>surrounding agent</a>'s + <a for="similar-origin window agent">active custom element constructor map</a>[<var>C</var>] to + <var>previousRegistry</var>. The HTML spec has these two steps combined, but DOM has them as 2 discrete steps. Any particular reason why? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1494#pullrequestreview-4722121852 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1494/review/4722121852@github.com>
Received on Friday, 17 July 2026 11:15:04 UTC