Re: capturing load events II

/"So I may be bit biased, but did you actually check how it works for other  
events? "/

I believe that this talk started with THE LOAD event, more specifically to this function:

window.addEventListener('load', func, true)

/"Do you understand how the capture phase works according to the  
DOM? Because from your various explanations it seems that you don't."
/
Maybe I am not an expert in DOM specifically, but I do quite well with javascript and have studied what works and what doesn't work in web programming....

After all, everybody is interested in RESULTS.

And the test shows that only the Opera behavior doesn't make sense.
It is BLIND to the actual image load events added in the script.

Sorry if this test confuses the Opera fans, but it only SHOWS how the browsers work.

Best Regards
/
/

Received on Thursday, 28 December 2006 13:40:33 UTC