Re: [whatwg/dom] `childList` across different `MutationObserver`s can reverse orders (Issue #1111)

Okay, so the issue here, I believe, is that when multiple MutationObserver are used to observe tree mutations of different elements, `addedNodes` can be queued to one `MutationObserver` before `removedNodes` is queued to another `MutationObserver` even if the removal happened before the insertion.

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

Message ID: <whatwg/dom/issues/1111/1243020371@github.com>

Received on Sunday, 11 September 2022 18:44:54 UTC