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

Add autocorrect, autocapitalize, autocomplete attributes #2417

Open
eagle-r opened this issue Apr 7, 2016 · 6 comments
Open

Add autocorrect, autocapitalize, autocomplete attributes #2417

eagle-r opened this issue Apr 7, 2016 · 6 comments

Comments

@eagle-r
Copy link

eagle-r commented Apr 7, 2016

I think it would be helpful to add the above HTML5 attributes support on mobile browsers can vary widely.

@cvrebert
Copy link
Contributor

autocomplete is already in caniuse: http://caniuse.com/#feat=input-autocomplete-onoff

autocapitalize and autocorrect aren't part of HTML5. They're both nonstandard.

@eagle-r
Copy link
Author

eagle-r commented Apr 11, 2016

Ok, fair enough that they’re non-standard but they are recognised by a
number of browsers.

On Sun, Apr 10, 2016 at 4:38 PM, Chris Rebert [email protected]
wrote:

autocomplete is already in caniuse:
http://caniuse.com/#feat=input-autocomplete-onoff

autocapitalize
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input#attr-autocapitalize
and autocorrect
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input#attr-autocorrect
aren't part of HTML5. They're both nonstandard.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#2417 (comment)

@jonesiscoding
Copy link

Definitely non-standard, but as of Chrome 43 autocapitalize is supported on Android. It's been part of iOS since iOS 5. I suspect that it's honored on Yosemite/El-Capitan's versions of Safari too, but I can't test at this moment.

IOS Reference: https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-autocapitalize

Android Reference:
https://developers.google.com/web/updates/2015/04/autocapitalize?hl=en

The fact that it's support isn't standardized or consistent cross browser would be all the more reason to have it listed.

@Schweinepriester
Copy link
Contributor

Imho duplicate of #1729 and #1953.

@cvrebert
Copy link
Contributor

cvrebert commented Jan 9, 2018

@Fyrd Close this as a duplicate of the existing 2 issues?

@GPHemsley
Copy link

autocomplete and autocapitalize are now also tracked by MDN as global attributes (among others):
https://caniuse.com/mdn-html_global_attributes_autocomplete
https://caniuse.com/mdn-html_global_attributes_autocapitalize

And autocorrect is indeed already being tracked in #1953.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants