[whatwg] Events for added nodes while page is loading

Ian Hickson ian at hixie.ch
Wed Jun 13 18:38:20 PDT 2007


On Tue, 1 Aug 2006, Robert Græsdal wrote:
>
> It'd be nice to have an event that'd tell my script when a new dom node 
> have been added to the DOM tree /while it is loading/. Some documents 
> just take quite a while to load, so it'd be nice to be able to modify 
> nodes as they were added to the DOM tree.

Browser vendors have told me that they don't want to do this due to the 
performance impact of such a feature. Otherwise, we already have this 
feature (DOM mutation events).

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


More information about the whatwg mailing list