gtk-adwaita: Remove artwork from accessibility tree
I have no control over the image. Announcing it as "artwork of <track>"
does not bring new information.
Changes
1 changed files
(+1/-0)
construct {
picture.set_parent(this);
+
picture.accessible_role = PRESENTATION;
picture.halign = CENTER;
picture.valign = CENTER;
picture.width_request = _width;
Authored by
Shota FUJI
Authored at
2025-06-11 21:47:09 +0900
Committed by
Shota FUJI
Committed at
2025-06-11 21:48:37 +0900
Signature
View
Object name
659b1c11edc53beb1a040c6fbccb38d9a9f64636
Parent
dad9c096
Tab width
1
2
3
4
6
8
12
Changing tab width requires JavaScript enabled.