-
-
Notifications
You must be signed in to change notification settings - Fork 303
Labels
Description
Some images currently use empty strings ('') or generic fallback values as alt text, which provides no meaningful context for screen reader users.
Screen reader users cannot understand the content or purpose of certain images, especially when the image is primary content (e.g., avatars).
Acceptance Criteria
- All images must have meaningful, descriptive
alttext. - Decorative images can use
alt="". - Informative images (avatars, logos, content images) must include descriptive alt text.
- Alt text should not repeat surrounding text unnecessarily.
- This will probably require updating some tests.
Occurrences Found (5)
- ItemCardList.tsx
- TopContributorsList.tsx
- UserCard.tsx
- Release.tsx
- LogoCarousel.tsx
Are you going to work on implementing this?
- Yes
- No
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done