sb / SmallBasicWebsite

New codebase for the Small Basic website (smallbasic.com)
MIT License
8 stars 4 forks source link

Add accessible text to social media links #69

Closed peterdur closed 5 years ago

peterdur commented 5 years ago

Fixes #66

Changed the alt attribute on the four social media links to title (alt is not supported on a, but title is a global attribute).

The title is also visible in a tool tip on hover: image

This change makes the home page Accessibility Insights FastPass automated checks clean.