[Bug 16140] DOM should keep a list of MutationObservers in creation order

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16140

--- Comment #2 from Adam Klein <adamk@chromium.org> 2012-02-29 18:14:42 UTC ---
(In reply to comment #1)
> https://bitbucket.org/ms2ger/dom-core/changeset/d316e570527a

Thanks! The one thing missing is that the intent (and the WebKit impl, at
least) is to keep looping over the observers until all the queues are empty.
This ensures that multiple observers can interact with each other while still
preserving the feature that observers hear about dom changes before a paint.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 29 February 2012 18:14:51 UTC