docs: add accessibility alt text to language badges#1862
Open
19santosh99 wants to merge 1 commit intokrahets:mainfrom
Open
docs: add accessibility alt text to language badges#186219santosh99 wants to merge 1 commit intokrahets:mainfrom
19santosh99 wants to merge 1 commit intokrahets:mainfrom
Conversation
Add descriptive alt attributes to all 13 language badge images across all 4 README files (zh-CN, zh-Hant, en, ja). Screen readers can now announce supported programming languages. Co-Authored-By: claude-flow <ruv@ruv.net>
There was a problem hiding this comment.
Pull request overview
This PR improves README accessibility by adding meaningful alt text to the supported-language badge images so screen readers can announce them instead of skipping empty alt="" attributes.
Changes:
- Replaced empty
alt=""values with descriptive language names for all 13 shields.io badge<img>tags. - Applied the same update consistently across the 4 localized README files.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Adds language-name alt text to the 13 badge images in the root README. |
| en/README.md | Adds language-name alt text to the 13 badge images in the English README. |
| ja/README.md | Adds language-name alt text to the 13 badge images in the Japanese README. |
| zh-hant/README.md | Adds language-name alt text to the 13 badge images in the Traditional Chinese README. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
altattributes to all 13 language badge<img>tags across all 4 README files (zh-CN, zh-Hant, en, ja)alt="", making them invisible to screen readersTest plan
alt=""attributes remain on badge images