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
when role=presentation and aria-attributes are properly defined no failures seeing:
for ex: <h1 role="presentation" aria-haspopup="true"> Sample Content </h1> is passing no failure found
but <h1 role="presentation" aria-level="2"> Sample Content </h1> is failing for aria-allowed-role - ruleid
This should replace the exception we build into axe.commons.text.titleText.
https://www.w3.org/TR/wai-aria-1.1/#conflict_resolution_presentation_none
The text was updated successfully, but these errors were encountered: