Comment 9 for bug 1484781

Revision history for this message
Robert Lyon (robertl-9) wrote :

The fix gone for in the patch is to add:
   role="presentation"

to the places where a font-awesome icon is displayed

But on https://github.com/FortAwesome/Font-Awesome/issues/6133 it talks about using:
   aria-hidden="true"

Seen as the role="presentation" does not seem to be working in JAWS we should try aria-hidden="true" to see if that make a difference