Re: [whatwg/dom] Proposal: New method to reorder child nodes (#891)

I think fundamentally, we're looking at a "move" operation. And while it does seem simpler if the parent stays identical, we still need to fully understand what happens with insertion and removal (and this might well have to include mutation events as they haven't disappeared) in order to decide what will not happen (and what might happen instead) with move. More concretely, I don't see why the parent staying identical makes #808 disappear. We need to define/design what happens when you move an `iframe` or `script` element. And in order to do that we need to know what happens when you remove and insert one.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/891#issuecomment-1103926483
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/891/1103926483@github.com>

Received on Wednesday, 20 April 2022 13:22:59 UTC