You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: