Skip to content

Commit 50c09f8

Browse files
authored
Mark :autofill as partially implemented in Firefox (#28899)
1 parent 8a5d9b9 commit 50c09f8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css/selectors/autofill.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@
2626
"edge": "mirror",
2727
"firefox": [
2828
{
29-
"version_added": "86"
29+
"version_added": "86",
30+
"partial_implementation": true,
31+
"notes": "The `:autofill` pseudo-class matches autofilled username and password fields, but not other autocompleted fields. See [bug 1923525](https://bugzil.la/1923525)."
3032
},
3133
{
3234
"prefix": "-webkit-",
33-
"version_added": "86"
35+
"version_added": "86",
36+
"partial_implementation": true,
37+
"notes": "The `:-webkit-autofill` pseudo-class matches autofilled username and password fields, but not other autocompleted fields. See [bug 1923525](https://bugzil.la/1923525)."
3438
}
3539
],
3640
"firefox_android": "mirror",

0 commit comments

Comments
 (0)