a11y: When using rule 2.E for computing accessible name, use it only if appropriate
authorLukáš Tyrychtr <ltyrycht@redhat.com>
Thu, 19 Oct 2023 13:56:38 +0000 (15:56 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Nov 2023 19:54:21 +0000 (14:54 -0500)
commite660e922fee4215fa35c7a6933fc711fcd41cf6b
tree0bb68edf77d66797af6cef9f94deee9a3050199a
parent287436a26dfda0647d551e45b1e8b27aa44062f6
a11y: When using rule 2.E for computing accessible name, use it only if appropriate

We were using it in all cases, so, we were using it to compute descriptions,
and also for non-embedded controls. That was overriding descriptions
set, for example, in Gnome settings, and was causing the value of spinboxes
to be read multiple times.
gtk/gtkatcontext.c