Add AccessibleRole::Image and use it in the AboutSlint widget (#7593)

* Add `AccessibleRole::Image`

* Improve accessibility of the `AboutSlint` widget

* Filter out some images from the accessibility tree
This commit is contained in:
Arnold Loubriat 2025-02-18 09:43:53 +01:00 committed by GitHub
parent 5b7919ae1c
commit 90c337f1d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 98 additions and 0 deletions

View file

@ -72,6 +72,7 @@ export component CheckBox {
source: Icons.check-mark;
colorize: FluentPalette.accent-foreground;
width: 12px;
accessible-role: none;
animate colorize { duration: 150ms; }
}