pdftricks icon indicating copy to clipboard operation
pdftricks copied to clipboard

GTK Accessibility relations

Open ZettaScript opened this issue 1 year ago • 1 comments

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 avatar Apr 15 '23 07:04 ZettaScript

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

ZettaScript avatar Apr 15 '23 18:04 ZettaScript