Voiceover is not reading description (aria-describedby) of links
I have <a>
tag in my code that has tooltip attached to it and tooltips are supposed to be read by aria-describedby. Voiceover on mac is just ignoring it and only announcing the link.
Voiceover is not reading description of links
I have taken this code from wcag where they assign aria-describedby to a link.
https://www.w3.org/WAI/GL/wiki/Using_aria-describedby_for_link_purpose
Making a Div element accessible to voice over on Mac
I am struggling to make the div
with aria-label
accessible.