[pointerevents] Pull Request: gotpointercapture/lostpointercapture might never fire

liviutinta has just submitted a new pull request for https://github.com/w3c/pointerevents:

== gotpointercapture/lostpointercapture might never fire ==
While working on wpt tests I found a case where the lostpointercapture event
was never firing because there was no other synthetic pointer event after
pointerup.
Looking into that I found about [pointerevents issue 32](https://github.com/w3c/pointerevents/issues/32) where it was decided gotpointercapture
and lostpointercapture will be delayed until the next pointer event.
This wasn't clear to me when I read the spec, so I thought I'll propose a
note to specifically call this out.

See https://github.com/w3c/pointerevents/pull/354


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

Received on Wednesday, 10 March 2021 18:40:57 UTC