voidcosmos / angular-communities

A list of all the Angular Communities around the world
https://www.angular-communities.com
MIT License
102 stars 38 forks source link

Missing alternative text : Image alternative text is not present #25

Closed r-badani closed 4 years ago

r-badani commented 4 years ago
missing-alt-text-a11y-error

Why It Matters Each image must have an alt attribute. Without alternative text, the content of an image will not be available to screen reader users or when the image is unavailable.

How to Fix It Add an alt attribute to the image. The attribute value should accurately and succinctly present the content and function of the image. If the content of the image is conveyed in the context or surroundings of the image, or if the image does not convey content or have a function, it should be given empty/null alternative text (alt="").

r-badani commented 4 years ago

I am working on it, will open a PR shortly.