[Bug 18941] New: Would be great if "nodes are inserted" was invoked once for each node

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

           Summary: Would be great if "nodes are inserted" was invoked
                    once for each node
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
        AssignedTo: annevk@annevk.nl
        ReportedBy: ian@hixie.ch
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org


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.)

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 20 September 2012 19:56:11 UTC