Re: cloneNode() and script execution

Jonas Sicking wrote:
> In other words, cloning a script node would not clone the 'has
> executed' flag? Independent of if the clone is deep or not?

No, it would clone the 'has executed' flag unless:

1)  The script has no @src

and

2)  The clone is shallow.

-Boris

Received on Monday, 19 January 2009 19:44:14 UTC