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>
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