-
Notifications
You must be signed in to change notification settings - Fork 38
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
The "Home" button may be misinterpreted by blind users #192
Comments
I will make it "Reset to initial view". I read the thread for mapML but I do not think reloads make sense. When we reload a map, new call are made to server and some user setting like (layers state, added layers, ...) are lost. This is not the case when we set the extent. Plus the home icon seems misleading from a reset icon. |
I personally agree with that. There's a context menu item (in Chrome at least) for iframes named "Reload" which reloads the entire browsing context of that particular iframe. Reloading is different than just resetting the view. |
The button to reset to the initial starting point is named "Home":
It may be misinterpreted by blind users (specifically in the context of a web map) to mean the individual's home (perhaps indicative of obtaining the user's location through the Geolocation API).
We had this discussion for the
<mapml-viewer>
here: Maps4HTML/MapML.js#200 (review). In our case it was settled to be named "Reload" instead.The text was updated successfully, but these errors were encountered: