Select elements

select with no accessible name and role="presentation" - Pass

select with aria-labelledby pointing to valid ID - Pass

This is a label

select with aria-labelledby pointing to invalid ID - Fail

Here is another label

select with aria-label - Pass

select with no label - Fail

select with label-for pointing to valid ID - Pass

select with label-for pointing to invalid ID - Fail

select with title - Pass

select with aria-hidden="true" - Fail

select with aria-hidden="true" and tabindex="-1" - Pass

select with aria-hidden="true" and tabindex="0" - Fail

select with aria-hidden="false" - Fail

OPTION element with aria-selected - Fail

OPTION element without aria-selected - Pass

LI element without proper parent - Fail

  • List item without proper parent
  • List item in span
  • LI element with proper parent - Pass

    1. List item in ol