Skip to content

Improve overall accessibility

Kévin Commaille requested to merge kcommaille/fractal:a11y into main

Try to follow the best practices and make sure that everything can be navigated with the keyboard.

This is not to be merged before the release of Fractal 6 because it contains new strings.

I will try to do one commit by "area" of the app so there are not too many changes in a single commit.

Remaining issues:

  • There is an issue with the focus chain in GtkListView, a fix for GTK is pending (GNOME/gtk!6777 (merged)).
  • Account details and room details have not been looked at yet. Upcoming MRs will fix that.
Edited by Kévin Commaille

Merge request reports