You assuptiom could be right but... Consider a document with a image and a script. When it loads, there are 3 load events that are fired in the document, one for the image, another to the script and a last one for the document. Only the load event for document bubbles. The other two don't, but they have their capturing phases. Therefore any capturing event listener will be fired upon each of these load events, but since of 2 don't bubble, non-capturing event listeners will fire only onceReceived on Thursday, 28 December 2006 14:14:36 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:58 GMT