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
Axe-core 4.7 will add the aria-description and all aria-brille* attributes as valid ARIA attributes. Once that is done, we'll need to create a new rule (or two) that limits their use to elements that have an ARIA role and an accessible name.
The text was updated successfully, but these errors were encountered:
I looked at this more closely. I think the right way to do this would be for ARIA to prohibit these attributes for none / presentation / generic. That covers the "role" scenario. I've opened an issue for it here: w3c/aria#1988
What I think is left is a rule that checks that you can only use aria-braillelabel on elements with a non-empty accessible name, and that you can only use aria-brailleroledescription on elements with a non-empty aria-roledescription.
Axe-core 4.7 will add the
aria-description
and allaria-brille*
attributes as valid ARIA attributes. Once that is done, we'll need to create a new rule (or two) that limits their use to elements that have an ARIA role and an accessible name.The text was updated successfully, but these errors were encountered: