Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Alt attribute on Image #949

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

satyajit-43
Copy link

What does this PR do?

This pull request fixes issue #932 by adding appropriate alt attributes to all image elements that were previously missing them. The issue was identified through a Lighthouse audit, which flagged the missing alt attributes as an accessibility concern.

Type of Change

Fixes #932
image

How Has This Been Tested?

  • Verified manually that all images now include descriptive alt attributes.
  • Ran a Lighthouse accessibility audit to confirm that the issue has been resolved.

Checklist

  • I have added descriptive alt attributes to all affected image elements.
  • The changes have been tested and no Lighthouse warnings remain regarding missing alt attributes.
  • My code follows the code style of this project.

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.

Image elements do not have [alt] attributes
1 participant