Re: [whatwg/dom] MutationObserver callbacks happen in wrong order. (Issue #1105)

@trusktr the solution is to loop `removedNodes` **before** looping `addedNodes` and everything is fine. I have [element-notifier](https://github.com/WebReflection/element-notifier#readme) reliably working like this forever (including polyfills for Custom Elements)

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

Message ID: <whatwg/dom/issues/1105/1230081261@github.com>

Received on Monday, 29 August 2022 10:11:47 UTC