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
The "Powered by esri" logo in the bottom right has no alt text, which causes accessibility checker errors. It's easy enough to hack the text in with jQuery after the map loads with something like this:
$('.esri-leaflet-logo img').attr('alt','Powered by Esri logo');
but it would be nice if it just happened out of the box. That would provide an added benefit of consistent alt text across sites.
Probably not the biggest issue in the world, but hopefully a simple fix.
The text was updated successfully, but these errors were encountered:
The "Powered by esri" logo in the bottom right has no alt text, which causes accessibility checker errors. It's easy enough to hack the text in with jQuery after the map loads with something like this:
$('.esri-leaflet-logo img').attr('alt','Powered by Esri logo');
but it would be nice if it just happened out of the box. That would provide an added benefit of consistent alt text across sites.
Probably not the biggest issue in the world, but hopefully a simple fix.
The text was updated successfully, but these errors were encountered: