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

yezhizhen left a comment (w3c/uievents#400)

@masayuki-nakano I listen to mouse leave at the document. Probably should've clarified it. The following has behaviour differences in the issue description.

```javascript
document.addEventListener('mouseleave', e => {
        print('Mouseleave the document at ' + new Date().toLocaleTimeString());
    });
```

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

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

Received on Thursday, 21 August 2025 09:09:03 UTC