- From: <bugzilla@jessica.w3.org>
- Date: Sun, 15 Sep 2013 22:16:05 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23250 Bug ID: 23250 Summary: No way with mutation observers to watch mutations to an element's parent Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: DOM Assignee: annevk@annevk.nl Reporter: ian@hixie.ch QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, www-dom@w3.org http://dom.spec.whatwg.org/#mutation-observers I'd like to catch the moment where an element is inserted into another element, and then later catch the moment where that element is removed from an element. Right now, there's no way to do the first part that I can see, an doing the second part requires a lot more code since you have to filter out all the uninteresting changes to the siblings. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Sunday, 15 September 2013 22:16:06 UTC