- From: <bugzilla@jessica.w3.org>
- Date: Tue, 17 Sep 2013 18:02:40 +0000
- To: public-webapps-bugzilla@w3.org
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