Semantic-Org / Semantic-UI-React

The official Semantic-UI-React integration
https://react.semantic-ui.com
MIT License
13.2k stars 4.04k forks source link

Embed: Accessibility Issues, Placeholder img missing alt #4427

Open rnunez80 opened 1 year ago

rnunez80 commented 1 year ago

Accessibility Issues WCAG 2.1 Level A Alternative (alt) text is read to users utilizing screen readers. Alternative text should be provided to describe what is present in the image so that users who are unable to see have an equal experience as sighted users. Quick tip: If the image is being utilized as a link with no other text, the alternative text should be the location of the link. If the image is of words, the alternative text should be the words contained in the image.

Impact: critical

Violations WCAG 2.1 Level A: 1.1.1 Non-text Content Section 508: 1194.22 (a) Text equivalent for non-text elements Element Location

Failure Summary Fix any of the following: Image does not have an alt attribute. To markup the image as decorative, override the semantics by adding role="none" or role="presentation"

welcome[bot] commented 1 year ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.