Fix Accessibility Violations for Social Media Buttons#700
Merged
OrlinVasilev merged 1 commit intogoharbor:mainfrom Mar 2, 2026
Merged
Fix Accessibility Violations for Social Media Buttons#700OrlinVasilev merged 1 commit intogoharbor:mainfrom
OrlinVasilev merged 1 commit intogoharbor:mainfrom
Conversation
Signed-off-by: huangkevin-apr <huangkevinapr@outlook.com>
ff08b7b to
b8cc02e
Compare
OrlinVasilev
approved these changes
Feb 2, 2026
Member
OrlinVasilev
left a comment
There was a problem hiding this comment.
looks good to me, does that mean IBM is interested to join the project?
Contributor
Author
Thanks a lot! 😊 |
Vad1mo
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR resolves 3 accessibility violations detected by the IBM Equal Access Accessibility Checker in the social media buttons component. The fix adds accessible names to icon-only links, ensuring screen reader users can identify the purpose of each social media button.
Problem
The IBM A11Y Checker identified the following issues:
Hyperlinks Without Accessible Names (3 violations)The buttons contain only icon elements without any accessible text alternative, making them invisible to screen reader users in terms of their purpose.
<i class="fab fa-*">) without text or ARIA labelsSolution
Added aria-label attributes to all three social media buttons to provide accessible names: