NVDA is not reading image alt text in Chrome

166 Views Asked by At

NVDA isn't reading the image's alt text in Chrome, not even with keyboard or mouse hover. It is reading it perfectly in Firefox and Edge.

<div class="card card_home_category" data-category="Computers">
  <div class="med_image">
    <img src="image.png" alt="alt text" class="img-fluid">
  </div>
  <a href="#" class="h5 my-2 stretched-link" title="title">
    Computers
  </a>
</div>

I've also tried it with aria-label but nothing seems to work with Chrome.

0

There are 0 best solutions below