-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename :-webkit-autofill to :autofill #8877
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One change needed to the Firefox data here. Thank you, @rachelandrew!
css/selectors/autofill.json
Outdated
}, | ||
"firefox": { | ||
"version_added": "86", | ||
"notes": "Firefox has also implemented -webkit-autofill as an alias." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This note should be reported as two support statements in an array, one with a prefix and one without.
css/selectors/autofill.json
Outdated
}, | ||
"firefox_android": { | ||
"version_added": "86", | ||
"notes": "Firefox has also implemented -webkit-autofill as an alias." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above, this note should be expressed as a separate support statement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @rachelandrew! 🎉
Working on mdn/content#1725
Firefox has implemented
:autofill
adding the webkit prefixed version as an alias, as this is now part of a spec moving the property to the standard name with the webkit versions as prefixed versions.