Fix Accessibility Violations for Social Media Links#93
Open
huangkevin-apr wants to merge 1 commit intocloudevents:mainfrom
Open
Fix Accessibility Violations for Social Media Links#93huangkevin-apr wants to merge 1 commit intocloudevents:mainfrom
huangkevin-apr wants to merge 1 commit intocloudevents:mainfrom
Conversation
Signed-off-by: huangkevin-apr <huangkevinapr@outlook.com>
d3230fd to
328ac3c
Compare
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 2 accessibility violations detected by the IBM Equal Access Accessibility Checker in the footer social media links. The fix adds accessible names to icon-only links to ensure screen reader users can identify the purpose of each social media link.
Problem
The IBM A11Y Checker identified the following issues:
Hyperlinks Without Accessible Names (2 violations)<i class="fab fa-{{ .tag }}">) without text or ARIA labelsSolution
Added an aria-label attribute that dynamically generates accessible names from the social media tag.