Add support for no javascript and keyboard navigation
See original GitHub issueCurrently, the documentation is unusable without Javascript. For example, on page https://tauri.studio/en/docs/api/cli, the side bar / links are useless when clicked.
Also, when navigating with keyboard, <kbd>Space</kbd> on “Skip to content” does not scroll the page to start of content (it should be a link with href="#start"
). Navigating backwards is confusing, since the title bar has display: absolute
or something, and covers the first few lines of content, so I can’t see the element in focus. Try Shift+Tab on the above page and you will understand.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Keyboard-navigable JavaScript widgets - Accessibility | MDN
Non -native controls Native HTML elements that are interactive, like <a> , <input> and <select> , are already accessible by keyboards, so to...
Read more >How to add Keyboard navigation( Accessibility Access) to ...
How to add Keyboard navigation( Accessibility Access) to existing website using JavaScript, CSS or HTML? · 1. It isn't very clear what you...
Read more >Support keyboard interaction | Digital Accessibility
When dynamically adding content, be certain that users can move the pointer over the additional content to keep it visible, that the content...
Read more >Making actions keyboard accessible by using keyboard event ...
The objective of this technique is to demonstrate how to add keyboard support to WAI-ARIA controls by invoking a scripted function in a...
Read more >Add KEYBOARD SHORTCUTS to Your Website with JavaScript
In today's video I'll show you how easy it is to add keyboard shortcuts to your existing website, app or JavaScript game.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Those are Docusaurus issues that we’ll try to fix, I don’t think Tauri should do anything about those
Hey, for the theme colors part, we have included a11y guidelines in our styling docs: https://docusaurus.io/docs/next/styling-layout#styling-your-site-with-infima You can use the tool to select different light/dark mode palettes, and check if they pass the WCAG contrast check.