“[DOM] Input elements should have autocomplete attributes”
(Everyday Code – instead of keeping our knowledge in a README.md let’s share it with the internet)
This is one of the things that could make a platform better. Here is how the warning looks like in the browser console.
More information at – https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
The autocomplete attributes could allow browsers, extensions and other agents guess what the user should do on this page. It could make it easier for the user. For example an extension could suggest a new password in the field, or could understand to fill the name of the user in the “name” field.
Additionally we don’t like warnings.
To check out the behavior, if you have a password manager for example go to
https://www.fllcasts.com/users/sign_in
or
Reply
You must be logged in to post a comment.