There are many attributes that can be used in 'input' and 'textarea' fields on HTML5 forms.
Some of them are most useful when users access the form via a mobile device, such as a tablet or smart phone. They can really make the mobile experience on your web site much more pleasant.
On this page we will look at several of these attributes.
autocapitalize
The 'autocapitalize' attribute can be used in 'text' and 'textarea' fields. It works on mobile devices.
autocomplete
The 'autocomplete' attribute can be used in 'text' and 'textarea' fields.
spellcheck
The 'spellcheck' attribute can be used in 'text' and 'textarea' fields.
autocorrect
The 'autocorrect' attribute can be used in 'text' and 'textarea' fields. Safari only(?).