Skip to content
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

Firefox 122 supports webauthn value in HTML form autocomplete attr #26199

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

bsmth
Copy link
Member

@bsmth bsmth commented Mar 12, 2025

Summary

Firefox 122 supports webauthn token in autocomplete attr in forms, e.g.,

<input type="text" name="username" autocomplete="username webauthn" ...>

Test results and supporting details

Related issues

Fixes #26176

@github-actions github-actions bot added data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:xs [PR only] 0-6 LoC changed labels Mar 12, 2025
@Elchi3 Elchi3 merged commit 336b3d3 into mdn:main Mar 14, 2025
4 checks passed
@bsmth bsmth deleted the 26176-form-autocomplete-webauthn branch March 14, 2025 11:54
@bsmth
Copy link
Member Author

bsmth commented Mar 14, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:xs [PR only] 0-6 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

html.elements.form.autocomplete - webauthn value is supported on Firefox Desktop since 122
2 participants