Conformity of aria-disabled (aria-disabled)

Custom interactable element use aria-disabled="true" while element is disabled


Aria-disabled on non-interactive element:

The container below uses aria-disabled="true" but it has no widget role and is not focusable.


This is just a container. It is not a widget, and it is not focusable.

Note: Possible to automatically test/detect. Tools can flag any element with aria-disabled that lacks a widget role (e.g., button, tab, menuitem, etc.) and is not focusable (no native focusability and no tabindex).

axe detected: none  |  QualWeb detected: none