Skip to content

aria-required-children should map to ACT rule ARIA required context role (ff89c9) #3789

@WilcoFiers

Description

@WilcoFiers

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ACT Rulesrule metadataIssues in the rule metadata code (lib/rules)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions