muriloventuroso / pdftricks

A simple, efficient application for small manipulations in PDF files using Ghostscript.
90 stars 14 forks source link

GTK Accessibility relations #66

Open ZettaScript opened 1 year ago

ZettaScript commented 1 year ago

When using a screen reader (e.g. Orca), you can only navigate between the form items, but cannot read the labels. This is a problem for visually impaired people.

Accessibility relations can be added so that the screen reader known which label corresponds to what focusable item.

I'll try to make a PR about this. I know how to do it with GTK but don't have experience in Vala yet.

ZettaScript commented 1 year ago

In fact the version 0.4.1 is partially accessible but master is completely not: Orca says nothing. I'll see how to fix it...

Edit: It turns out granite has accessibility issues. https://github.com/elementary/granite/issues/536