[Bug 17627] The order of mouseenter/leave events in a subtree should be defined

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17627

Andy Harrison <wizard04@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wizard04@gmail.com

--- Comment #3 from Andy Harrison <wizard04@gmail.com> 2012-08-01 17:22:06 UTC ---
Since all three divs have the same dimensions and position, only a single
mouseover is dispatched (to inner) when the mouse is moved from outside of the
divs to over the foo. I think it should be made clear that mouseenter will then
be dispatched to each of outer, middle, and inner (not just inner).

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 1 August 2012 17:22:08 UTC