[Bug 20397] [Custom]: Consider changing elementupgrade to a mutation observer

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

--- Comment #9 from Olli Pettay <bugs@pettay.fi> ---
Mutation observer is about observing changes to DOM.
Special cases make the API inconsistent, and inconsistency in APIs should
be avoided.
If you don't want to get mutation records, don't observe those elements.

What we could do perhaps is to add some kind of filter to MutationObserver,
but not sure it would help much in this case.

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

Received on Friday, 14 December 2012 23:30:43 UTC