Skip to content

Missing alt Attribute on Podman Desktop Logo - #646

Draft
aniket866 wants to merge 1 commit into
containers:mainfrom
aniket866:missing-alt-attribute
Draft

Missing alt Attribute on Podman Desktop Logo#646
aniket866 wants to merge 1 commit into
containers:mainfrom
aniket866:missing-alt-attribute

Conversation

@aniket866

Copy link
Copy Markdown
  • File Reference: features.tsx

  • Code Pointer:

    <img id="pdlogo" className="mx-auto" src="logos/optimized/podman-desktop-logo-200w-198h.webp" />
  • Technical Reason & Impact: An <img> tag must include an alt attribute. Missing it violates WCAG 2.1 accessibility specifications, forcing screen readers to read the filename, creating a poor screen-reader experience.

  • How to Reproduce:

    1. Inspect the Podman Desktop logo on the /features page.
    2. Observe that there is no alt="..." attribute defined on the logo image element.

Signed-off-by: aniket866 <iamaniketkumarmaner@gmail.com>
ritikahirwar8168-dev added a commit to ritikahirwar8168-dev/podman.io that referenced this pull request Aug 8, 2026
Fixes invalid Tailwind utility names in the community meetings grid, remove a stray class typo in the features carousel, and add an alt attribute to the Podman Desktop logo for screen reader accessibility.

Fixes: containers#643
Fixes: containers#645
Fixes: containers#646

Signed-off-by: Ritik Ahirwar <ritikahirwar8168-dev@users.noreply.github.com>
Signed-off-by: Ritik Ahirwar <ritikahirwar8168@gmail.com>
ritikahirwar8168-dev added a commit to ritikahirwar8168-dev/podman.io that referenced this pull request Aug 8, 2026
Fixes invalid Tailwind utility names in the community meetings grid, remove a stray class typo in the features carousel, and add an alt attribute to the Podman Desktop logo for screen reader accessibility.

Fixes: containers#643
Fixes: containers#645
Fixes: containers#646

Signed-off-by: Ritik Ahirwar <ritikahirwar8168-dev@users.noreply.github.com>
Signed-off-by: Ritik Ahirwar <ritikahirwar8168@gmail.com>
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.

1 participant