Created
September 16, 2013 11:16
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="http://example.com" class="icon-alone"> | |
<span aria-hidden="true" data-icon="◣"></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