PSA: A fix for web-exposed First Input Delay

21 views
Skip to first unread message

Hongbo Song

unread,
Jan 5, 2022, 12:10:55 PM1/5/22
to blin...@chromium.org, Nicolás Peña, Yoav Weiss
Hi all,

Recently we landed a CL 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 alignment bug fix.

Thanks!
Reply all
Reply to author
Forward
0 new messages