Every image, icon, button icon, chart, CAPTCHA, and decorative element must have an appropriate text alternative so screen reader users receive the same information.
- Inspect images with browser DevTools — check for
altattribute on<img>tags. - Decorative images should have
alt=''androle='presentation'. - Icon-only buttons need
aria-labelor visually-hidden text. - Run Axe DevTools or WAVE — both flag missing alt text automatically.
aria-label='Search' added so NVDA announces 'Search button' rather than just 'button'.