"D. D. Brierton" wrote:
 
> If I have
> <div onMouseOut="someFunction();">
> <p>A block of text.</p>
> </div>
> 
> then in Mozilla M18 (Linux) someFunction gets triggered when the mouse
> passes over the child paragraph. Is that really the correct behaviour?

yes. The concept is called "event bubbling". Have a look at the w3c DOM2
specs. 

Note the follow'up to the DOM group, because it's more appropriate
there.

wo.



Reply via email to