One of our big pushes is meeting global Accessibility requirements.
Is it possible to use keyboard navigation to navigate across features on the map?
it seems because the entire map is rendered on a webGL canvas including the data points, we can't just apply the standard html attribute 'tabindex' since there are no individual html for each point etc.
for example if i have a map with a FeatureLayer or a Graphics Layer and say i had like 10 data points/Graphics rendered on the layer...being able to tab into the map and use only some kind of keyboard based navigation to cycle through the 10 points? without using the mouse.
someone else has suggested having also a list of the data points/features per layer and then maybe tabbing through this list would also highlight on the map thus simulating keyboard navigation of features on the map.
I imagine this is a big accessibility shortfall in the Arcgis SDK? are there plans for Esri to address this soon?