You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cause a rule validation informing about child element being without role="tab"
When aria-hidden attribute is replaced with role="presentation" the validation error disappears. Using together aria-hidden with role attribute on the other hand still causes validation issue. Is that an expected behaviour?
The text was updated successfully, but these errors were encountered:
Thanks for the issue. Unfortunately we're not able to reproduce this issue. When I run the code I don't get any violations. Which rule is giving the violation (I assume aria-required-child)?
Also which version of axe-core are you using? This sound similar to #4090 which was fixed in v4.8.0.
Product
axe-core
Question
This question might be related to issue
Currently following code
cause a rule validation informing about child element being without
role="tab"
When
aria-hidden
attribute is replaced withrole="presentation"
the validation error disappears. Using togetheraria-hidden
withrole
attribute on the other hand still causes validation issue. Is that an expected behaviour?The text was updated successfully, but these errors were encountered: