Add alt text to all images for accessibility compliance #242
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This PR fixes the accessibility violation reported in the issue where images were missing alternative text, which is required for WCAG 2.1 compliance and screen reader accessibility.
What Was Fixed
The specific axe violation flagged was:
This image, along with all other images in the documentation, now has descriptive alternative text.
Changes Made
README.md
alt="premise logo"to the main logo image (the specific violation)Documentation Files (RST)
:alt: premise logoto the logo imageAccessibility Compliance
✅ All images now include alternative text that describes their content or purpose
✅ Meets WCAG 2.1 Level A and AA success criteria for non-text content (1.1.1)
✅ No new accessibility issues introduced
✅ Total of 20 images fixed across all documentation
Testing
Verified that:
<img>tags in markdown files havealtattributes.. image::directives in RST files have:alt:optionsFixes accessibility issue with images missing alternative text.
Original prompt
Fixes #240
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.