Measuring the impact of autofill on your forms
Measuring the impact of autofill is crucial. In WebKit/Blink browsers, the -webkit-autofill
pseudo-class helps track autofill, but it's not supported in Firefox. I've found a workaround in Firefox using the input
event, checking for the absence of keyboard interaction. Ideally, a standardized :autofill
pseudo-class and a dedicated onautocomplete
event would simplify this process, allowing developers to measure and manage autofill effectively.