a11y: Add accessible names to footer social media links #24013
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR addresses 5 accessibility violations identified in the site footer of homepage. Currently, the social media links (LinkedIn, X/Twitter, Facebook, YouTube, and Instagram) contain only SVG icons without any descriptive text.
According to WCAG guidelines, hyperlinks must have an accessible name so that screen reader users can understand the destination of the link.
Related issues or tickets
5 Accessibility violations reported by IBM Equal Access Accessibility Checker:
Hyperlinks must have an accessible name for their purposeWhy is this important?
When the purpose of a link is clear users can easily navigate links on the page without having to see the surrounding information for context.
Reviews