Role: Required ARIA parent role missing
aria-required-parent-missing
Rule
Certain ARIA roles must be contained by particular parent elements.
Background
For each role, WAI-ARIA explicitly defines which child and parent roles are allowable and/or required. Elements containing ARIA role values missing required parent element role values will not enable assistive technology to function as intended by the developer.
How to Fix
Ensure all ARIA roles are contained by their required parent element, if any.