-
Notifications
You must be signed in to change notification settings - Fork 398
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
WCAG Accessibility Improvements - Low Hanging Fruits #10158
Open
1 task done
Comments
fkellner
pushed a commit
to fkellner/MapStore2
that referenced
this issue
Apr 4, 2024
On Behalf of DB Systel
fkellner
pushed a commit
to fkellner/MapStore2
that referenced
this issue
Apr 4, 2024
Too much Zoom does seem to break the layout, but handing that responsibility to the end user is more accessible than disabling it. Map zoom is unaffected, and since using browser zoom enlarges map controls, users who tried zooming into the map using browser zoom should be able to notice the actual controls and recover from their mistake. On Behalf of DB Systel
fkellner
pushed a commit
to fkellner/MapStore2
that referenced
this issue
Apr 4, 2024
- Convert heading that, semantically, should not be a heading, to a div - correctly assign label to scalebox - add alt tag to attribution logo On Behalf of DB Systel
fkellner
pushed a commit
to fkellner/MapStore2
that referenced
this issue
Apr 4, 2024
On Behalf of DB Systel
fkellner
pushed a commit
to fkellner/MapStore2
that referenced
this issue
Apr 4, 2024
Too much Zoom does seem to break the layout, but handing that responsibility to the end user is more accessible than disabling it. Map zoom is unaffected, and since using browser zoom enlarges map controls, users who tried zooming into the map using browser zoom should be able to notice the actual controls and recover from their mistake. On Behalf of DB Systel
fkellner
pushed a commit
to fkellner/MapStore2
that referenced
this issue
Apr 4, 2024
- Convert heading that, semantically, should not be a heading, to a div - correctly assign label to scalebox - add alt tag to attribution logo On Behalf of DB Systel
2 tasks
2 tasks
fkellner
pushed a commit
to fkellner/MapStore2
that referenced
this issue
Apr 4, 2024
Modify tooltip enhancer to also provide `aria-label`-property to wrapped objects (most commonly glyph-only buttons). Does localization on a best-effort basis, trying to unwrap messages passed in as tooltip prop. On Behalf of DB Systel
fkellner
pushed a commit
to fkellner/MapStore2
that referenced
this issue
Apr 4, 2024
Use accessible tooltip enhancer in Locate, Redo, Undo, Zoom and Toggle button components On Behalf of DB Systel
fkellner
pushed a commit
to fkellner/MapStore2
that referenced
this issue
Apr 4, 2024
…tton This required adding some new text to the translation dictionaries. On Behalf of DB Systel
2 tasks
2 tasks
fkellner
added a commit
to fkellner/MapStore2
that referenced
this issue
Sep 10, 2024
As requested, the document language is now set when the component is mounted or the language is changed instead of with every rerender.
fkellner
added a commit
to fkellner/MapStore2
that referenced
this issue
Sep 10, 2024
now with eslint fixes
fkellner
added a commit
to fkellner/MapStore2
that referenced
this issue
Sep 10, 2024
As requested, the document language is now set when the component is mounted or the language is changed instead of with every rerender.
tdipisa
added
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Sep 11, 2024
allyoucanmap
pushed a commit
that referenced
this issue
Sep 13, 2024
* #10158: set HTML document language On Behalf of DB Systel * #10158: re-enable browser zoom Too much Zoom does seem to break the layout, but handing that responsibility to the end user is more accessible than disabling it. Map zoom is unaffected, and since using browser zoom enlarges map controls, users who tried zooming into the map using browser zoom should be able to notice the actual controls and recover from their mistake. On Behalf of DB Systel * #10158: Tiny Accessibility Fixes - Convert heading that, semantically, should not be a heading, to a div - correctly assign label to scalebox - add alt tag to attribution logo On Behalf of DB Systel * #10158: set HTML document language once per mount/update As requested, the document language is now set when the component is mounted or the language is changed instead of with every rerender. --------- Co-authored-by: Florian Kellner <florian.fl.kellner@deutschebahn.com>
tdipisa
removed
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Sep 13, 2024
allyoucanmap
pushed a commit
to allyoucanmap/MapStore2
that referenced
this issue
Sep 16, 2024
…ns-it#10159) * geosolutions-it#10158: set HTML document language On Behalf of DB Systel * geosolutions-it#10158: re-enable browser zoom Too much Zoom does seem to break the layout, but handing that responsibility to the end user is more accessible than disabling it. Map zoom is unaffected, and since using browser zoom enlarges map controls, users who tried zooming into the map using browser zoom should be able to notice the actual controls and recover from their mistake. On Behalf of DB Systel * geosolutions-it#10158: Tiny Accessibility Fixes - Convert heading that, semantically, should not be a heading, to a div - correctly assign label to scalebox - add alt tag to attribution logo On Behalf of DB Systel * geosolutions-it#10158: set HTML document language once per mount/update As requested, the document language is now set when the component is mounted or the language is changed instead of with every rerender. --------- Co-authored-by: Florian Kellner <florian.fl.kellner@deutschebahn.com>
2 tasks
2 tasks
tdipisa
pushed a commit
that referenced
this issue
Sep 16, 2024
* #10158: set HTML document language On Behalf of DB Systel * #10158: re-enable browser zoom Too much Zoom does seem to break the layout, but handing that responsibility to the end user is more accessible than disabling it. Map zoom is unaffected, and since using browser zoom enlarges map controls, users who tried zooming into the map using browser zoom should be able to notice the actual controls and recover from their mistake. On Behalf of DB Systel * #10158: Tiny Accessibility Fixes - Convert heading that, semantically, should not be a heading, to a div - correctly assign label to scalebox - add alt tag to attribution logo On Behalf of DB Systel * #10158: set HTML document language once per mount/update As requested, the document language is now set when the component is mounted or the language is changed instead of with every rerender. --------- Co-authored-by: fkellner <mr.florian.kellner@posteo.de> Co-authored-by: Florian Kellner <florian.fl.kellner@deutschebahn.com>
offtherailz
pushed a commit
that referenced
this issue
Oct 18, 2024
* #10158: set HTML document language On Behalf of DB Systel * #10158: re-enable browser zoom Too much Zoom does seem to break the layout, but handing that responsibility to the end user is more accessible than disabling it. Map zoom is unaffected, and since using browser zoom enlarges map controls, users who tried zooming into the map using browser zoom should be able to notice the actual controls and recover from their mistake. On Behalf of DB Systel * #10158: Tiny Accessibility Fixes - Convert heading that, semantically, should not be a heading, to a div - correctly assign label to scalebox - add alt tag to attribution logo On Behalf of DB Systel * #10158: set HTML document language once per mount/update As requested, the document language is now set when the component is mounted or the language is changed instead of with every rerender. --------- Co-authored-by: Florian Kellner <florian.fl.kellner@deutschebahn.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Running the MapStore dashboard through Lighthouse currently yields a bad accessibility score of 62, and the
map view does not score much better (66). As a german company using MapStore, we are required by law to
put some effort into the accessibility of public facing websites.
Some changes that we did to improve the score are relatively painless and trivial, others, especially relating
to the labelling of buttons, introduce some small overhead. So, I will provide two PRs with our changes:
I hope the first one should not be a problem for you to merge, but the second one I am interested in your feedback, but it is not a high priority enhancement.
A small accessibility issue in the navbar is currently caused by a
react-bootstrap
-Component, once you move on to the next major version, it should be fixed.What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
The text was updated successfully, but these errors were encountered: