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

The spec is indeed normative in this regard. For devices that don't support hover, there MUST be a `pointerout` and then a `pointerleave`.

It does indeed look like in Chrome/Android, Firefox/Android, and even Safari/iOS, only `pointerleave` is fired after the `pointerup`, and that `pointerout` is missing.

Unless I'm missing something, this looks like an implementation issue. /cc @smaug---- @mustaqahmed 

-- 
GitHub Notification of comment by patrickhlauke
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/431#issuecomment-1031982775 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:07:09 UTC