- From: Emilio Cobos Álvarez <notifications@github.com>
- Date: Tue, 30 Jan 2024 09:18:36 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 January 2024 17:18:42 UTC
Yeah, I don't mind either way, I'm just saying that that's not the built-in shadow tree behavior at least in Gecko. Might be worth checking with @justinfagnani about the ergonomics of this for authors too. E.g., code that does: ```js connectedCallback() { this.attachShadow({ ... }); } ``` Or so will throw after cloning if we clone the shadow tree. Maybe fine? You kinda need to deal with that for moves inside the document. So over-all I think given ^ I'm fine with cloning the shadow tree. But hopefully I'm not missing something. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1249#issuecomment-1917524339 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1249/1917524339@github.com>
Received on Tuesday, 30 January 2024 17:18:42 UTC