[w3c/uievents] Need clarification with `MouseEvent::mouseleave` (Issue #400)

yezhizhen created an issue (w3c/uievents#400)

It would be nice to clarify in current [spec](https://w3c.github.io/uievents/#event-type-mouseleave) what happens when

1. mouse move out of viewport
2. the mouse is static, but swap to another window with keyboard shortcut.

For both case 1 & 2, I see 
- FireFox not firing `mouseleave` event.
- Chromium fires `mouseleave` event

But for [mouseout](https://w3c.github.io/uievents/#event-type-mouseout) event, the behaviour is consistent as spec is quite clear.

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

Message ID: <w3c/uievents/issues/400@github.com>

Received on Monday, 18 August 2025 08:07:44 UTC