Re: [pointerevents] Inconsistent ordering of `pointerleave` events during touch interactions (#431)

Actually, I wasn't tracking `pointerout`, but my main point is that I expect the order to be
```
pointerenter
pointerdown
pointerup
click
pointerleave
```

instead of 

```
pointerenter
pointerdown
pointerup
pointerleave
click
```


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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 7 February 2022 22:50:52 UTC