ARIA Required Owned Elements Check

RuleSets of AccessMonitor - the validator of web accessibility practices

ARIA Required Owned Elements Check

Description

The “ARIA Required Owned Elements Check” evaluates whether elements with specific ARIA roles include the required child (or ‘owned’) elements defined by the ARIA specification.

Example outcome

I observed that all elements with an explicit semantic role own at least one of their required elements.

Impact

Fixes

To address missing ARIA required owned elements:

  1. Identify the role with missing required owned elements.
  2. Refer to the ARIA specification to find what child roles are required.
  3. Add the missing child elements and ensure their roles are correctly applied.

Resources