react-azure-maps
react-azure-maps copied to clipboard
Keyboard focus is moving on the coordinates tooltip present on the map more than one time using the Tab key.
Environment: Windows Version: Win10, Chrome Version: 87.0.4280.88 (Official Build) (64-bit)
On React Azure Maps, Keyboard focus is moving on the coordinates tooltip present on the map more than one time using the tab key. This fails WCAG 2.4.3 - https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-focus-order.html
Expected: Keyboard Focus should move on the coordinates tooltip present on the map only one time using the Tab key.
User Impact: Keyboard only users will face difficulty while navigating on the screen.
Note that Azure Maps Web SDK accessibility example meets this accessibility requirement.