effect of aria-hidden in fontAwesome
what's the effect of aria-hidden in fontAwesome? Is it necessary to use it? why? or why not? for example I want to know the effect of aria-hidden="true" in the code below <i class="fa fa-star" aria-hidden="true"></i> please help me. In short, it makes the icon not visible to screen readers, to enhance accessibility. From the documentation : If you're using an icon to add some extra decoration or branding, it does not need to be announced to users as they are navigating your site or app aurally. Additionally, if you're using an icon to visually re-emphasize or add styling to content already