Skip to content

aria-required-children should never fail if aria-busy=true is set #4626

Open
@WilcoFiers

Description

@WilcoFiers

The following shouldn't fail. This bug was introduced with a change in 4.9.0, where we updated how the remediation message of aria-busy is created.

<div aria-busy="true" role="tablist">
  <div role="tabpanel">
    <a href="#" role="tab">Fizzbuzz</a>
  </div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixBug fixesrulesIssue or false result from an axe-core rulesupport

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions