External Link text for screen readers?
-
I’ve been using this plugin in for a while and a screen reader used to call out “[Link] External Link” – it’s no longer doing this because the icons appear to be implemented via the stylesheet. So my screen reader is not identifying them as external links at all.
I’ve been having to add the following script to my client’s sites:
// Add screen reader text to external links $( ".wpel-icon-right" ).append( "<span class='sr-only'>External Link, Opens a new tab</span>" );But ideally, something like this would be available out of the box. Is an accessibility feature along these lines something you plan on implementing anytime soon?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘External Link text for screen readers?’ is closed to new replies.