-
Notifications
You must be signed in to change notification settings - Fork 20
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
Accessibility improvements #525
Comments
Re: (2), is there really a use-case to expose all 3 of "Fly to [search] results", "Jump to [search] results, fly to signpost-clicks" and "Jump to search and signpost-clicks"? Explaining succinctly what each of the options would do feels hard work. Life would be simpler for everyone IMO if the existing search jump/fly setting also applied to clicking on signposts, etc. |
Kinda related to the issue in hand. When I click on an image in an interior node, we always leap to the associated leaf node, regardless of |
What I think should be done is:
...but worth having a chat before actually committing. |
Upon opening a tab, make sure the iframe is focused so any keyboard shortcuts within the content (e.g. pageup/down in wikipedia) work off the bat.
There are no "fly" button actions, it's equivalent to others anyway. Remove reduntant code.
Move on from this; ideally we'd have a box to highlight the later zoomed region so we can follow signposts. Not worth it for now |
There's a CSS flag we could listen to here, rather than needing another checkbox: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion I suspect that this isn't something users would know how to use though, unless they also read MDN on a regular basis. |
It has been reported that excessive zooming can trigger migraine and we want to enhance accessibility for the users where this applies. Similarly, free scrolling on pages can be a trigger for the same people and they use page up and page down buttons to avoid it but this does not work on the tabs that open up when clicking on a leaf.
There is some low hanging fruit here....
The text was updated successfully, but these errors were encountered: