How to force a screen reader to read a group label? | XM Community
Question

How to force a screen reader to read a group label?

  • 19 December 2019
  • 2 replies
  • 27 views

Userlevel 6
Badge +5
I have a matrix with several group labels on the side (see attached QSF). Unfortunately screen readers seem to skip right over the group labels. Is there html I can add that forces the screen reader to read these group labels?

2 replies

Userlevel 3
Badge +2
checkout tabindex attribute:
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex
Userlevel 3
Badge +2
and checkout aria:
https://developers.google.com/web/fundamentals/accessibility/semantics-aria

Leave a Reply