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-pressed:

This custom button lacks an aria-pressed attribute:

Note: Possible to automatically test. Can be done by checking if aria-pressed attributes have valid values (true, false, mixed, undefined).

axe detected: none  |  QualWeb detected: none