Skip to content

docs: add accessibility alt text to language badges#1862

Open
19santosh99 wants to merge 1 commit intokrahets:mainfrom
19santosh99:accessibility/badge-alt-text
Open

docs: add accessibility alt text to language badges#1862
19santosh99 wants to merge 1 commit intokrahets:mainfrom
19santosh99:accessibility/badge-alt-text

Conversation

@19santosh99
Copy link
Copy Markdown
Contributor

Summary

  • Add descriptive alt attributes to all 13 language badge <img> tags across all 4 README files (zh-CN, zh-Hant, en, ja)
  • Previously all badges had empty alt="", making them invisible to screen readers
  • Now screen readers correctly announce each supported language (Python, Java, C++, etc.)

Test plan

  • Verify all 4 README files render correctly on GitHub
  • Verify no empty alt="" attributes remain on badge images
  • Screen reader testing: badges are announced as "Python", "Java", etc.

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>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants