5 Replies
Should be able to tab search in address bar too
Should I use this over something like font awesome?
For accessibility font awesome is 💩
Actual images are more accessible in every way. Font Awesome is literally an empty italic element. With SVGs (and other images) it's an actual image element that you can add alt-text to
Ah thank you! That makes a lot of sense
With fontawesome you are meant to convert them to a span and use hidden/aria labels (they also state this in their docs afaik). Why this isnt their default output is shocking.