Re: [whatwg/dom] MutationObserver invocation order (#713)

@annevk If you replace the global static list of MOs by the dynamic list of active MOs, the test issue mentioned above disappeared because you will be iterating over active MOs that have a pending notification which is strictly equivalent to looping through all MOs (current spec) but filter out those who had no pending notification at the start of the loop (currently proposed edit).

Basically those two issues are one and the same according to my understanding, which is why I commented here.

-- 
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/713#issuecomment-447234936

Received on Friday, 14 December 2018 07:04:24 UTC