This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
It would make my life easier in the HTML spec if there was a hook that fired for each node that is inserted when a whole subtree or doc fragment is inserted, in a defined order. Currently there's just a "nodes are inserted" hook which is a bit vague about which nodes and so forth. (FYI I plan to execute script on this hook.)
Since I added this for the script stuff it's no problem to make it work in a way that's easier for you :-) https://github.com/whatwg/dom/commit/68206e30041ddb3d3e0b1d79617773b87b855159 http://dom.spec.whatwg.org/#node-is-inserted