Re: DOM status 20010827

On Mon, Aug 27, 2001 at 06:45:22PM +0200, Steven Pemberton wrote:
> > * New public DOM Level 3 Events draft:
> >   http://www.w3.org/TR/2001/WD-DOM-Level-3-Events-20010823
> 
> 1.2.2. Event capture
> 
> "A capturing EventListener will not be triggered by events dispatched
> directly to the EventTarget upon which it is registered."
> 
> Could you point me to the text that describes how you dispatch an event
> directly to the EventTarget? I can't find it by inspection, but it's
> probably staring me in the face.

Well it's as simple as triggering the event listeners for that Node. The
third sentance of 1.2.1. Basic event flow pretty much says this. So
simple, there's not much to say about it I guess.

Mike

-- 
Wow a memory-mapped fork bomb! Now what on earth did you expect? - lkml

Received on Monday, 27 August 2001 13:04:01 UTC