Skip to content

Mark :autofill as partially implemented in Firefox#28899

Merged
caugner merged 1 commit intomdn:mainfrom
ddbeck:autofill-partial
Jan 23, 2026
Merged

Mark :autofill as partially implemented in Firefox#28899
caugner merged 1 commit intomdn:mainfrom
ddbeck:autofill-partial

Conversation

@ddbeck
Copy link
Contributor

@ddbeck ddbeck commented Jan 23, 2026

Summary

Mark :autofill as partially implemented in Firefox because it doesn't match for autocompleted fields.

Test results and supporting details

The status of this feature came up on the WebDX call yesterday (see also web-platform-dx/web-features#3226). After some discussion, I concluded that the regression would be correct to do and the partial should be reflected in BCD.

No one opposed this, though there was a suggestion to record this as a behavioral subfeature. After mulling this over a bit, I do not think that a behavioral subfeature is a good fit here (this is not evolution and the context, such as it is, is a rather fine distinction between autofill and autocomplete).

Checklist

You must set "partial_implementation": true when all of the following conditions are met:

  • The browser's support does not implement mandatory specified behavior. Yes. The spec explicitly calls out autocomplete behavior.
  • The browser's support is inconsistent with at least one other browser. Yes. Chrome and Safari both match autocompleted fields.
  • The browser's support causes confusing feature detection results. Yes. There's no developer-facing way to detect this.
  • The browser's support has a demonstrable negative impact on web developers. Yes. See discussion below.

The breadth of negative impact on developers is difficult to gauge but, we have some evidence that suggests this may affect a lot of developers and sites:

Related issues

@github-actions github-actions bot added data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:s [PR only] 7-24 LoC changed labels Jan 23, 2026
@github-actions
Copy link
Contributor

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@caugner caugner merged commit 50c09f8 into mdn:main Jan 23, 2026
7 checks passed
@ddbeck ddbeck deleted the autofill-partial branch January 26, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:s [PR only] 7-24 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

css.selectors.autofill - Firefox only supports :autofill on username/password fields

2 participants