react-azure-maps icon indicating copy to clipboard operation
react-azure-maps copied to clipboard

NVDA is not announcing the information of coordinates tooltips of the map using Tab/arrow keys.

Open yangster23 opened this issue 4 years ago • 1 comments

NVDA is not announcing the information of coordinates tooltips of the map using Tab/arrow keys - https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html.

This issue is also observed with the "Chromium Edge+ Narrator".

NVDA should announce the information of coordinates tooltips of the map using Tab/arrow keys. As a result, screen reader users will not be able to understand the information of coordinates tooltips of the map

yangster23 avatar Mar 15 '21 17:03 yangster23

I believe this is an implementation issue, not a bug in this SDK. The accessible popup example you reference creates a popup for each location. You will need to do the same in your app rather than reusing a single popup instance.

rbrundritt avatar Apr 13 '21 23:04 rbrundritt