- From: Jake Archibald via GitHub <noreply@w3.org>
- Date: Mon, 12 Jan 2026 21:50:03 +0000
- To: public-pointer-events@w3.org
jakearchibald has just created a new issue for https://github.com/w3c/pointerevents: == Should events queue a task? == https://w3c.github.io/pointerevents/#the-pointermove-event - because the event is dispatched when "a pointer changes coordinates", it doesn't really fit in with the event loop. Ideally the spec should queue a task for event dispatching, which clarifies: * What happens if there are many pointer events in the queue - can the browser update rendering in between them? If not, the spec should queue a single callback to dispatch the events that must happen before rendering. * Should/may the browser queue multiple pointermove events for a given frame? Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/571 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 12 January 2026 21:50:04 UTC