Re: DOMContentLoaded

2007-07-08 Thread Boris Zbarsky
Nicolas Mendoza wrote: Try adjusting the timeout: http://people.opera.com/nicolasm/test/domcontentloaded.html?timeout=10 http://people.opera.com/nicolasm/test/domcontentloaded.html?timeout=60 That test has a

Re: DOMContentLoaded

2007-07-08 Thread Nicolas Mendoza
On Mon, 09 Jul 2007 04:12:14 +0200, Boris Zbarsky <[EMAIL PROTECTED]> wrote: Nicolas Mendoza wrote: Specifically, with Mozilla Firefox, CSS style attributes from external stylesheets are applied to the DOM tree before DOMContentLoaded is fired. In Mozilla DOMContentLoaded is fired when th

Re: DOMContentLoaded

2007-07-08 Thread Boris Zbarsky
Nicolas Mendoza wrote: Specifically, with Mozilla Firefox, CSS style attributes from external stylesheets are applied to the DOM tree before DOMContentLoaded is fired. In Mozilla DOMContentLoaded is fired when the end of the document is parsed (the in HTML documents). Depending on timing

Re: DOMContentLoaded

2007-07-08 Thread Nicolas Mendoza
On Tue, 05 Jun 2007 06:25:35 +0200, Ian Hickson <[EMAIL PROTECTED]> wrote: FYI, DOMContentLoaded is now defined as part of HTML5. 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 defin