laozhu / hugo-nuo

🎨 A responsive light & clean hugo theme for blogger.

Home Page:https://laozhu.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social media links have no text for screen readers

zersiax opened this issue · comments

Hi,

I actually really like your theme and would love to use it for my blog/personal website. However, the social media icons currently have no textual label for screen readers. Could you have a look at adding this?

@zersiax Thank you for your suggestion, it's a great suggestion.

I learned a11y from Google and make 100 points with lighthouse a11y audits now.

image

Maybe I will learn something about PWA and support it next time 😂

All you really need to do is add an aria-label="Twitter", aria-label="Facebook" etc to fix the issue. If you don't have time I can probably make a pull request tomorrow.

@zersiax fixed, and an aria-hidden="true" to the icon element.

I referred to this great post:

https://fontawesome.com/how-to-use/on-the-web/other-topics/accessibility