-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
addition/proposalNew features or enhancementsNew features or enhancementsintegrationBetter coordination across standards neededBetter coordination across standards neededtopic: rendering
Description
WebKit-based browsers expose :-webkit-autofill
to the web and it's used in a bunch of sites.
Firefox has :-moz-autofill
, but it's internal and not exposed to the web.
As I suspect removing the WebKit pseudo-class is not possible/desirable, it'd be nice if we could expose it as :autofill
and it became standardized.
Given this pseudo-class applies only to <input>
and html is where other pseudo-classes like these are defined, I think this is the right forum for discussion, but let me know if I should check with the CSSWG as well.
CYBAI and SebastianZ
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsintegrationBetter coordination across standards neededBetter coordination across standards neededtopic: rendering