Missing or incorrect ARIA role (aria-role)

Check that custom user interface components expose their role via a valid WAI-ARIA role attribute.


ARIA tree missing child roles:

This tree uses role="tree" but its items are plain <li> elements without the required role="treeitem". As a result, the widget’s structure isn’t exposed programmatically.


Note: Possible to automatically test. Automated tools can detect that role="tree" is present but required child roles (treeitem) are missing.


axe detected: 1.3.1  |  QualWeb detected: none