You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For native (not custom) emoji, NVDA+Firefox reads the shortcode name twice when pressing up/down through search results. VoiceOver+Safari does not have this issue.
Not sure why; maybe it's the title? I don't plan on getting rid of the title, though.
The text was updated successfully, but these errors were encountered:
It looks like it is because of your aria-label duplicating the title
It looks to read aria-label then title without a break and omit the text leaf (native emoji)
When I test by getting rid of the aria-label it reads the text leaf (NVDA's own description of that emoji) followed by the title
I'd argue the best description for screen reader users is the one that their AT gives them as this will be consistent between all the applications they use.
For native (not custom) emoji, NVDA+Firefox reads the shortcode name twice when pressing up/down through search results. VoiceOver+Safari does not have this issue.
Not sure why; maybe it's the
title
? I don't plan on getting rid of thetitle
, though.The text was updated successfully, but these errors were encountered: