How to force a screen reader to read a group label? | XM Community
Skip to main content
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?
checkout tabindex attribute:

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex
and checkout aria:

https://developers.google.com/web/fundamentals/accessibility/semantics-aria

Leave a Reply