- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 25 Nov 2024 03:29:18 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 25 November 2024 11:29:22 UTC
> > So you'll be left with `canMove = container.isConnected === node.isConnected` > > so ... two `false` would not throw? Interesting Yea, you can move between disconnected eparents. It would only throw when you can't move without side-effects - as in, across documents or when the move would connect/disconnect the element. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1255#issuecomment-2497751299 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1255/2497751299@github.com>
Received on Monday, 25 November 2024 11:29:22 UTC