In order to avoid duplicate issues, axe-core's aria-required-parent rule does not fail the following, and leaves the testing of this up to aria-required-children.
<div role="list">
<div aria-live="polite">
<div role="listitem">item</div>
</div>
</div>
To ensure correct mapping with ACT though, we need to add ARIA required context role (ff89c9) to the aria-required-children rule.
In order to avoid duplicate issues, axe-core's aria-required-parent rule does not fail the following, and leaves the testing of this up to aria-required-children.
To ensure correct mapping with ACT though, we need to add ARIA required context role (ff89c9) to the aria-required-children rule.