How do browsers recognize if a particular field (like a username) should be prompted with autocompletes? Do they use some sort of regex to match the fields name
attribute? Is there a standard I need to follow to ensure this?
I ask this because on some sites the browser fails to suggest any historical data.
Put simply, I am asking the exact opposite of what this person was trying to achieve:
How do you disable browser Autocomplete on web form field / input tag?