Hi all, Recently we landed a CL <https://chromium-review.googlesource.com/c/chromium/src/+/3308556> for web-exposed First Input Delay.
On the desktop, when we click on a web page, the input event sequence would be pointerdown, mousedown, pointerup, mouseup. The first input should be the pointerdown. But our computation of FID used to regard the mousedown as the first input on the desktop. In the CL, we wouldn't report the mousedown as the FID if we already have a pointerdown. This change is just a spec <https://wicg.github.io/event-timing/#:~:text=The%20Event%20Timing%20API%20also%20exposes%20timing%20information%20about%20the%20first%20input%20of> alignment bug fix. Thanks! -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAOpCz8EKq0WOcPq4p11o-z-fJ-CoVoDWfk%2BWhWo5xSdagBHw9Q%40mail.gmail.com.
