We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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>