aria-hidden="true"
Hey there,
Seems that when DW reports checks for missing alt tags it shows an error/caution on ever Font Awesome icon. Since I only build internal dashboard applications I do not need title or alt tags on every icon. Don't need them on any of them at all actually.
I know I can add aria-hidden="true" to the <I> tag but I have to do it to every single on and I use a lot of them.
So my question is; is there a way to add it globally or even page level in the head or CSS file so that alt tags are ignored on all icon tags rather than having to add it to each tag?
