Hacker News new | ask | show | jobs
by kuschku 2977 days ago
Accessibility like that likely won't be possible, as the only way to get accessibility in browsers is with the DOM, which is very limited in functionality.

If you wish to have accessible applications, you'll need to run the native applications instead.

1 comments

What if some application developers don't make a native version available? Accessibility should be the default on all platforms, not something that application developers have to go out of their way to support.
> Accessibility should be the default on all platforms, not something that application developers have to go out of their way to support.

Complain to the browser developers then, they’re the reason why this is so hard for Qt running on the web.