Re: DOMContentLoaded

On Mon, 9 Jul 2007, Nicolas Mendoza wrote:
>
> I ran into a problem with DOMContentLoaded today and its lack of 
> definition. Basically exactly what elements it should wait for or not is 
> not properly defined.

It shouldn't wait for any. It just waits for the scripts to have run and 
the parsing to have finished and then fires. As far as I can tell the spec 
is exact about this.

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

Received on Thursday, 12 July 2007 10:24:34 UTC