-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
FF134 autocorrect, not autocomplete fix #37018
Conversation
Preview URLs External URLs (2)URL:
URL:
(comment last updated: 2024-12-02 16:54:54) |
This pull request has merge conflicts that must be resolved before it can be merged. |
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 for the fix 👍🏻
FF134 adds support for the HTML
autocorrect
attribute andHTMLElement.autocorrect
property in Nightly in https://bugzilla.mozilla.org/show_bug.cgi?id=1725806#c19This fixes a typo I injected into release notes in #36970 - the feature added to release note is "autocorrect", but I was referring to it as autocorrection.
Related docs work can be tracked in #36919