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
This is fine, aria-description is set on the parent element. If the problem is screenreaders still not reading it you might want to try role="img" and aria-label instead.
Environment
Vuetify Version: 2.7.2
Vue Version: 2.7.16
Browsers: Firefox 129.0
OS: Ubuntu undefined
Steps to reproduce
When a
v-icon
component is used witharia-hidden="false"
and the@mdi/js
library is usedExpected Behavior
When the attribut
aria-hidden
is set to false, the svg tag should not have aaria-hidden
attributActual Behavior
the
svg
tag generated have anaria-hidden="true"
attribut.Reproduction Link
https://codepen.io/4dri/pen/MWMGaZY
The text was updated successfully, but these errors were encountered: