Input Attributes Examples

input with no accessible name and role="presentation" - Correct

input with aria-labelledby pointing to valid ID - Correct

This is a label

input with aria-labelledby pointing to invalid ID - Fail

Here is another label

input with aria-labelledby pointing to valid ID but container is empty - Fail

input with aria-labelledby pointing to '' - Fail

input with aria-label - Correct

input with no label - Fail

input with label-for pointing to valid ID - Correct

input with label-for pointing to invalid ID - Fail

input with title - Correct

input with autocomplete - Correct