Re: DOMContentLoaded event and iframes
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 1/25/10 9:28 AM, WakA wrote: > Right, I shouldn't have tried using parsing in a non-strict sense. But > then why is the event not called DOMContentParsed? <shrug>. Read https://bugzilla.mozilla.org/show_bug.cgi?id=109760 and you'll have as much information as anyone other than jst. ;) Note that at the time the event effectively waited for scripts and stylesheets to load, since those blocked the parser. >> What do you mean by "regular dom"? > > Part of the DOM specification. The iframe element, sure. What happens inside it may or may not be. -Boris