Re: [whatwg/dom] Atomic move operation for element reparenting & reordering (Issue #1255)

> > 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