Re: ISSUE-36: DOMContentLoaded?

On Sun, 05 Mar 2006 19:59:04 +0100, Boris Zbarsky <bzbarsky@mit.edu> wrote:
>>   Language specific requirements
>>   can make the UA to load certain dependencies
>>   first. In HTML all scripts have to be loaded
>>   for example.
>
> That's not true in a UA that supports "defer" on scripts.

That can probably be noted somewhere...


> It's also not true for <script> nodes added to the DOM via DOM  
> manipulation while the page is loaded.

So dropping it would work or perhaps something like:

   Language specific requirements can make the
   UA to load certain dependencies first. In
   HTML all <script> elements in the source
   tree without the "defer" attribute set have
   to be loaded for example.

... now source tree might need some definition.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Monday, 6 March 2006 14:14:03 UTC