Set <aria-hidden=”true”> attribute
for fontawesome icons with JavaScript
Just copy and paste following code snippet — will set attribute aria-hidden="true"
for every <i>
tag, if it has classname .fa
in your HTML code. (Only if it doesn’t have any…