Improve accessibility
Fixes based on the report here: HAN_Accessibility_Report_KDEConnect_Linux_Desktop-1.pdf
Unfortunately, most issues are in Kirigami and we can't fix them from our side. Namely, these things remain unfixed:
-
Kirigami.PlaceholderMessage
are not read by screen readers - When navigating with the keyboard, pressing tab selects elements from right to left, which is weird
- When navigating with the keyboard, the selected element is not highlighted
-
Kirigami.Action
that don't have atext
property don't use theAccessible.name
property when using a screen reader.
Edited by Albert Vaca Cintora