question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for no javascript and keyboard navigation

See original GitHub issue

Currently, 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
slorbercommented, Jan 20, 2022

Those are Docusaurus issues that we’ll try to fix, I don’t think Tauri should do anything about those

1reaction
Josh-Cenacommented, Jan 20, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found