State change detection (state-changes)

User interface components with changing states (e.g. checkboxes) include properties such as aria-checked, aria-selected or aria-expanded.


Missing aria-selected attributes:

This custom tablist has tabs that lack aria-selected attributes:

First Tab Second Tab

Note: Possible to automatically test. Can be done by checking if elements with roles such as "tab" have an aria-selected attribute. However, automatically figuring out if an aria-selected attribute is necessary might require a human tester/AI.

axe detected: 4.1.2  |  QualWeb detected: none