Re: [w3c/uievents] Dispatch mouseenter/leave/out/over when the layout (or scroll) changes (#154)

I have a question relating the referenced commit https://github.com/w3c/uievents/pull/155/files, for example, mouseover.

The spec says:
>A user agent MUST dispatch this event when a pointing device is moved onto the boundaries of an element or when the element is moved to be underneath the primary pointing device.

Thus, moving an element underneath a non-primary pointing device doesn't imply any mouseover event.

But I wonder whether such moving also silently update  “current”  element underneath that non-primary pointing device, or

keep the previous underneath one, so that mouseover event will be fired if, after such moving, the pointer has moved inside that moved element.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/154#issuecomment-347790459

Received on Wednesday, 29 November 2017 08:42:08 UTC