minima icon indicating copy to clipboard operation
minima copied to clipboard

Improve Accessibility of Social Media Links

Open austinseraphin opened this issue 6 years ago • 8 comments

The links to external sites such as Twitter require a text label. Currently the links have the local site's title instead of the external site's title. For example, the Twitter link should read "Twitter"

austinseraphin avatar Jul 09 '18 23:07 austinseraphin

Maybe “username on social network” ?

pathawks avatar Jul 10 '18 00:07 pathawks

Correct me if I'm wrong but title attribute isn't necessarily read by screenreaders: https://www.deque.com/blog/text-links-practices-screen-readers/

  • Wave a11y report: http://wave.webaim.org/report#/https://jekyll.github.io/minima/
  • Lighthouse a11y audit score is 92, the only reported warning is about some light contrast.

DirtyF avatar Jul 10 '18 08:07 DirtyF

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.

jekyllbot avatar Nov 01 '18 20:11 jekyllbot

@austinseraphin aria-label was added in #302

DirtyF avatar Nov 02 '18 08:11 DirtyF

What is the status of this?

mgifford avatar Mar 29 '20 16:03 mgifford

As of version 2.5.1 the links still read as the user ID. They should say the name of the social network instead, i.e. Twitter.

austinseraphin avatar Mar 09 '21 05:03 austinseraphin

As @DirtyF suggested. Titles aren't good for this. This info should be in the alt attribute instead of title.

mgifford avatar Mar 09 '21 12:03 mgifford

Yes. All meaningful images should have alt tags, and all placeholder images shouldn't Usually Minima does a good job with this. If the social media icons have the wrong alt text then that would cause the screen reader to misread them.

austinseraphin avatar Mar 12 '21 20:03 austinseraphin