-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Define the autocorrect attribute as standard #35593
Comments
@annevk I can't see evidence that Chrome actually implemented this in that link - and it doesn't pass the tests https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html except for "Test autocorrection in an editing host.". Am I missing something? PS And safari doesn't pass all the tests either. So we'll need some nuance in the browser compatibility data. |
I'm not sure. In the HTML PR someone pointed out Chromium code that shows there's an implementation, but perhaps it never shipped. It also wasn't fully compliant. Safari should soonish ship fully compliant behavior. The failing tests are not something I would expect web developers to run into when using this though. See WebKit/WebKit@28a8a4b for the changes made to WebKit if you're interested. |
Fixed by #35692 |
It's being added to HTML in whatwg/html#5841 and is already implemented by Chrome and Safari per comments there. (MDN seems to only list Safari though.)
The text was updated successfully, but these errors were encountered: