Skip to content

Instantly share code, notes, and snippets.

@pfig
Created September 16, 2013 11:16
Show Gist options
  • Save pfig/6579358 to your computer and use it in GitHub Desktop.
Save pfig/6579358 to your computer and use it in GitHub Desktop.
HTML setting up an icon and adding the relevant text for screen readers.
<a href="http://example.com" class="icon-alone">
<span aria-hidden="true" data-icon="&#x25e3;"></span>
<span class="visuallyhidden">External link</span>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment