Hallvord R. M. Steen <[EMAIL PROTECTED]> escreveu:

On Thu, 28 Dec 2006 16:33:43 +0100, Bjoern Hoehrmann <[EMAIL PROTECTED]> wrote:

It also means that a

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

listener would never be triggered. Presumably that should be changed
to say that it would be triggered only if the event's target is the
Document. Do you see any problem with that?

No, I agree it should change.


So there will be an exception only for the load event.
And now this won't fire a single time

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

and we introduce another problem, since scripts require that event listener to be fired only once, with the document as target.




Reply via email to