Re: [pointerevents] pointerenter vs. pointerleave dispatch sequence (#283)

@patrickhlauke was referring to the compatibility mouse events part of it and it should not matter.
@garykac FYI

In terms of the ordering of the enter and leave events when there is a nested set of nodes I believe the UI events spec [link](https://w3c.github.io/uievents/#events-mouseevent-event-order) I gave is normative. It seems Webkit doesn't follow that for mouse events either. I think whatever we do we should do the same for mouseevents and pointerevents.
Having said that, it does seem that there is no real issue in the wild as per Webkit issue. But I'm still inclined to follow what UI event specifies.

-- 
GitHub Notification of comment by NavidZ
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/283#issuecomment-496246484 using your GitHub account

Received on Monday, 27 May 2019 15:24:39 UTC