Some helpful explanation
Generic text, color, search and url
fields should use autocomplete="on" for autocompletion. For specific fields,
use the
appropriate type if possible.
Other input types are listed below.
email fields should use autocomplete="email" for autocompletion.
password fields should use either autocomplete="new-password"
or autocomplete="current-password" for autocompletion.