Use of Autocomplete (autocomplete)
Verify that fields like name, email, and address include a valid autocomplete value (e.g., autocomplete="name", autocomplete="email").
Missing autocomplete attribute:
This input field lacks an autocomplete value:
Verify that fields like name, email, and address include a valid autocomplete value (e.g., autocomplete="name", autocomplete="email").
Missing autocomplete attribute:
This input field lacks an autocomplete value:
Note: Possible to automatically test. This violation can be automatically detected by querying all input fields and checking if they have autocomplete attributes that correspond with their type-attribute.