Skip to content

Don't present GTK class names to assistive technologies even as a fallback

Lukáš Tyrychtr requested to merge tyrylu/gtk:remove_a11y_name_fallback into main

A screen reader user is not interested in GTK internals, for example, he does not care whether a button is an image button or not, and a screen reader will report the fact that it is a button anyway. Same applies for GtkEntry widgets, for example.

This actually is sufficient to fix gnome-control-center#2244 (closed). And, according to the discussion in #5145 (closed), it should be fine.

Merge request reports