Re: [w3c/uievents] Need clarification how mouseenter/leave should behave while modifying DOM tree during event dispatch (#244)

The problem with interleaving is that enter/leave happen because of reaction to some *over/*out. So if mouseover is dispatched, there should be corresponding mouseenter events. But I think whether or not to interleave should be left to w3c/pointerevents#285 or some other pointer events spec issue.

-- 
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/244#issuecomment-669193111

Received on Wednesday, 5 August 2020 13:28:13 UTC