ARC Toolkit issues quite a lot of alerts for input fields without that autocomplete attribute, even when it should be safe to assume that this attribute would save no purpose. One particular case is when there is just one input field in a form element with role=search. None of the input purposes listed in WCAG 2.2 fit this scenario, so no alert should be issued for this.
ARC Toolkit issues quite a lot of alerts for input fields without that
autocompleteattribute, even when it should be safe to assume that this attribute would save no purpose. One particular case is when there is just oneinputfield in a form element withrole=search. None of the input purposes listed in WCAG 2.2 fit this scenario, so no alert should be issued for this.