Skip to content

Added Alt attribute on Image#949

Open
satyajit-43 wants to merge 1 commit into
hoodiehq:masterfrom
satyajit-43:bug/alt-attribute-added
Open

Added Alt attribute on Image#949
satyajit-43 wants to merge 1 commit into
hoodiehq:masterfrom
satyajit-43:bug/alt-attribute-added

Conversation

@satyajit-43

Copy link
Copy Markdown

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