Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alt text for "Powered by Esri" logo #490

Closed
jmccarth opened this issue Mar 23, 2015 · 2 comments · Fixed by #491
Closed

Alt text for "Powered by Esri" logo #490

jmccarth opened this issue Mar 23, 2015 · 2 comments · Fixed by #491
Assignees

Comments

@jmccarth
Copy link

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.

@jgravois
Copy link
Contributor

good catch!

we declare the HTML for the control here. i'll fix soon unless you'd like to submit a PR.

@jmccarth
Copy link
Author

Looks like you've got it taken care of already, thanks for the quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants