Skip to content

fix(a11y): add alt text to images missing it - #577

Open
Aditya-132 wants to merge 1 commit into
containers:mainfrom
Aditya-132:fix/img-alt-accessibility
Open

fix(a11y): add alt text to images missing it#577
Aditya-132 wants to merge 1 commit into
containers:mainfrom
Aditya-132:fix/img-alt-accessibility

Conversation

@Aditya-132

@Aditya-132 Aditya-132 commented Jul 29, 2026

Copy link
Copy Markdown

What this PR does

Adds alt text to the <img> elements that were missing it, fixing a WCAG 2.1 1.1.1 (Non-text Content) accessibility gap:

  • ArticleCard (both the featured and normal layouts): uses alt={props.title}, so the thumbnail is described by its article title.
  • features.tsx: the Podman Desktop logo (alt="Podman Desktop logo") and the Selkie mascot (alt="Podman Selkie mascot").

Other images in the codebase already pass an alt, so these were oversights.

Fixes #574

Testing

yarn build succeeds and generates build/index.html (matching CI). Change is additive (alt attributes only).

The article card images (both layouts) and the Podman Desktop logo and
Selkie mascot images on the features page were rendered without an alt
attribute, so assistive technology has nothing to announce for them
(WCAG 1.1.1). Add descriptive alt text to each.

Signed-off-by: Aditya-132 <adityachincholkar11@gmail.com>
@Aditya-132
Aditya-132 force-pushed the fix/img-alt-accessibility branch from 471003d to 3027e00 Compare July 29, 2026 07:37
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.

Accessibility: several <img> elements are missing alt text

1 participant