[Bug 23250] No way with mutation observers to watch mutations to an element's parent

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

--- Comment #7 from Rafael Weinstein <rafaelw@chromium.org> ---
@Ian, MutationSummary (https://code.google.com/p/mutation-summary/) can provide
you exactly the information you are wanting (and do it efficiently) using the
existing MutationRecord types.

The idea with MutationObservers was to provide sufficient underlying
information so that script can efficiently answer more complex questions.

I'm open to adding more mutation types, but I'm not sure we have a good
justification yet.

Also, FWIW, In Blink, document changes are tracked internally at each node.
Ancestor changes are not.

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

Received on Tuesday, 17 September 2013 18:02:42 UTC