nerucheva / ashstone-test-task

https://nerucheva.github.io/ashstone-test-task/
0 stars 0 forks source link

Text alternatives: Redundant alt text for images #13

Open TatianaFokina opened 3 months ago

TatianaFokina commented 3 months ago

Description & explanation

Text alternatives for images in card components are redundant. Alts don't describe images at all; they repeat text content from headings. More importantly, these pictures are considered decorative for screen reader users.

Type of issue

Minor.

How to reproduce

  1. Turn on a screen reader.
  2. Open your project in any browser, for instance, Chrome.
  3. Set focus on any card element by pressing Tab on Windows/MacOS.
  4. Listen to an announcement.

How to fix

Easy-peasy lemon squeeze 🍋. Remove redundant text from the alt attribute and leave it empty.

Screencasts and screenshots

How NVDA announce the card component:

https://github.com/nerucheva/ashstone-test-task/assets/17615202/583b4850-7f67-4bcf-b727-cbf14f931e51

WAVE:

image