2
elements
Links must have discernible text
Ensure links have discernible text
Why it matters
Causes significant barriers for assistive-technology users. Should be fixed soon.
How to fix
- →Element does not have text that is visible to screen readers
- →aria-label attribute does not exist or is empty
- →aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- →Element has no title attribute
- →Element is in tab order and does not have accessible text
Where — sample elements
.ftnd-footer__logo
<a href="/" aria-current="page" class="ftnd-footer__logo w-inline-block w--current"><img src="https://cdn.prod.website-files.com/650b2a76fde940fccd85293f/675e1487321ce7c46749afe1_footer-logo.png" loading="lazy" width="Auto" alt="" class="ftnd-footer__logo-image"></a>
.ftnd-footer__social-item-link
<a href="https://www.linkedin.com/in/ovsvlad/" class="ftnd-footer__social-item-link w-inline-block"><img src="https://cdn.prod.website-files.com/650b2a77fde940fccd852a21/675e21b29fc96480c93bd93a_icon-linkedIn.png" loading="lazy" alt="" class="ftnd-footer__social-item-icon"></a>