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

> I think without fully understanding (and specifying) #808 it's hard to reason about how moving-within-a-parent should work. I.e., what side effects we need and do not need.

Moving within a parent should:
- Not fire mutation events
- Not run script inside of `<script>` elements, since that is supposed to be run on insertion
- Not fire loading/unloading events for iframes, since those are supposed to happen when the iframe is appended or removed.

Are there other types of side effects I'm not aware of?

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

Received on Thursday, 10 September 2020 20:23:59 UTC