w3c / event-timing

A proposal for an Event Timing specification.
https://w3c.github.io/event-timing/
Other
44 stars 13 forks source link

Fix duration setting for pending pointerdowns #103

Closed npm1 closed 3 years ago

npm1 commented 3 years ago

We want to set the duration of pending pointerdowns right away instead of waiting until they are added to the set of pending entries. This PR fixes this. Also clear the set of pending entries since it appears we're not doing that anywhere at the moment.


Preview | Diff