You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension currently highlights a Font Awesome spans and tags, expecting a role to be added, e.g. <span class="fa fa-phone pe-color pe-small-icon" role=></span>
If the extension recognised, for instance, aria-hidden='true this would really save a lot of corrective development time.
I've tried adding roles to the spans, but this isn't necessarily a valid option.
The text was updated successfully, but these errors were encountered:
The extension currently highlights a Font Awesome spans and tags, expecting a role to be added, e.g.
<span class="fa fa-phone pe-color pe-small-icon" role=></span>
If the extension recognised, for instance,
aria-hidden='true
this would really save a lot of corrective development time.I've tried adding roles to the spans, but this isn't necessarily a valid option.
The text was updated successfully, but these errors were encountered: