[Bug 20490] [Custom]: Things that mutate the DOM tree should queue observer records

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

--- Comment #3 from Olli Pettay <bugs@pettay.fi> ---
MutationObservers must be reliable. One needs to be able to detect
all the changes to DOM just using an observer so that the current state of DOM
can be inspected using MutationRecords.
Otherwise the whole MutationObserver API is rather useless.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 16 January 2013 18:34:30 UTC