Hi everybody, delving further in the implementation of DOM Level 3 Events, I'm having some concerns about my interpretation of the description of mutation events DOMNodeInsertedIntoDocument and DOMNodeRemovedFromDocument. I.e. DOMNodeInsertedIntoDocument is described as: A node has been inserted into a document, either through direct insertion of the node or *insertion of a subtree in which it is contained*; My interpretation of this is that if I add a subtree of, say, 50 nodes, each one of them will trigger a DOMNodeInsertedIntoDocument. Because it seems like an awful lot of events. I was thinking that maybe the insertion of a 50 nodes subtree might not be likely on the web, but then I thought that SVG graphics can easily achieve that and much more. Maybe I'm misinterpreting something? ManuReceived on Monday, 18 May 2009 22:13:10 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:25:00 GMT