GoogleChromeLabs/form-troubleshooter

Highlight problematic input field attributes for input-type-valid audit

Closed this issue · 0 comments

The input-type-valid should highlight the problematic attribute to make it easier to scan.

Example: https://www.zara.com/us/en/signup

Unrecognized input types can lead to unexpected and incosistent user experiences

Found an input field with invalid types:

<input autocomplete="off" id="downshift-0-input" class="form-input-label__input form-input-autocomplete__input" placeholder=" " name="addressLines[0]" type="autocomplete" ...>

Should also fix the typo "incosistent".