Skip to content

fix(a11y): add missing alt attributes to img tags - #674

Open
sarthakkaushik927 wants to merge 1 commit into
containers:mainfrom
sarthakkaushik927:fix/accessibility-alt-tags
Open

sarthakkaushik927 wants to merge 1 commit into
containers:mainfrom
sarthakkaushik927:fix/accessibility-alt-tags

Conversation

@sarthakkaushik927

Copy link
Copy Markdown
Contributor

Fixes #673

This PR resolves web accessibility (a11y) violations by adding missing alt attributes to <img> tags across the codebase (specifically in features.tsx and ArticleCard/index.tsx), ensuring compatibility with screen readers and improving Lighthouse audit scores.

@sarthakkaushik927
sarthakkaushik927 force-pushed the fix/accessibility-alt-tags branch from f14dea6 to 0d73f4a Compare August 12, 2026 11:52
@sarthakkaushik927
sarthakkaushik927 marked this pull request as ready for review September 11, 2026 11:49
Comment thread src/components/ui/ArticleCard/index.tsx Outdated
@ashley-cui

Copy link
Copy Markdown
Member

Please squash your commits, thanks!

Signed-off-by: sarthakkaushik927 <sarthakkaushik927@gmail.com>
@sarthakkaushik927
sarthakkaushik927 force-pushed the fix/accessibility-alt-tags branch from d69b6d4 to 17d44ef Compare September 19, 2026 06:38
@sarthakkaushik927

sarthakkaushik927 commented Sep 19, 2026

Copy link
Copy Markdown
Contributor Author

Please squash your commits, thanks!

Hello @ashley-cui I have Squashed all commits into a single one. Thanks for the review!

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.

fix(a11y): add missing alt attributes to img tags to resolve accessibility audit failures

3 participants