I am using an <i>
tag to display social media icons and links. However, WCAG calls for having text or an img
with alt
attribute for compliancy.
I'd like to know if putting a title
attribute on the <i>
tag will be compliant:
<i class="this-is-the-icon" title="Icon Title"></i>
If not, what is a workaround to make sure that these hrefs are compliant?