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
Plz include the autocorrect attribute
http://davidwalsh.name/disable-autocorrect
https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html
The text was updated successfully, but these errors were encountered:
Autocapitalize is already at #1729 so removing from description
Sorry, something went wrong.
Not yet standardized; see https://www.w3.org/Bugs/Public/show_bug.cgi?id=28747
+1
The Apple doc suggests that autocorrect is intended to be a global attribute, but MDN lists is explicitly on <input> and <textarea>: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-autocorrect https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#attr-autocorrect
autocorrect
<input>
<textarea>
Either way, MDN lists it as a Safari-only extension and it appears that no effort has been made to include it in the MDN browser compat data.
No branches or pull requests
Plz include the autocorrect attribute
http://davidwalsh.name/disable-autocorrect
https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html
The text was updated successfully, but these errors were encountered: