tauri icon indicating copy to clipboard operation
tauri copied to clipboard

Tracking : accessibility (a11y)

Open Miaourt opened this issue 4 years ago • 2 comments

Hi, pretty new here, but as a discussion where ongoing on the project Discord, doing a tracking issue for this seemed like a good idea (Disclaimer : I'm not an accessibility expert at all, let alone a Tauri one, so suggestions are highly encouraged)

Accessibility is something very important, it allows people with vision problems and movement difficulties to use our application.

Electron cover this issue by using Chromium, that since it's a fully featured web browser, already have accessibility feature built-in.

Tauri, on the other side, use many system independent webviews, we must make sure to exploit all their built-in accessibility features, and if possible.

While Tauri can't force everyone into doing accessible application, we must make sure that many point are covered by it :

  • Make sure screen readers have access to the website content. Aka being able to read it like a website.
  • Make sure others inputs aren't overridden by Tauri, like arrows, tabs, shift + tabs, so navigation on websites can be possible.

Miaourt avatar Dec 23 '19 18:12 Miaourt

Is support for the underlying OS' voice over implicit or out of scope?

RickStanley avatar Nov 22 '21 04:11 RickStanley

Hi, How accessible is tauri currently? I found that the icon in the Windows notification area toolbar is missing a label when using an app built with tauri. Should this be reported to tauri or the app developer? Thanks

cary-rowen avatar Sep 27 '22 03:09 cary-rowen