Apply review feedback fixes

This commit is contained in:
Emmanuele Bassi
2024-04-05 11:38:13 +00:00
committed by Lukáš Tyrychtr
parent 0dcc21b605
commit 7b145f72dc
2 changed files with 10 additions and 2 deletions

View File

@@ -217,7 +217,9 @@ are accessible as part of the development process. The GTK Inspector shows
the accessible attributes of each widget, and also provides an overlay that
can highlight accessibility issues.
If you support some non-standard keyboard interactions for a widget, you **should** set an appropriate `GTK_ACCESSIBLE_HELP_TEXT` to help discoverability of the behavior.
If you support some non-standard keyboard interactions for a widget, you
**should** set an appropriate `GTK_ACCESSIBLE_PROPERTY_HELP_TEXT` to help
discoverability of the behavior.
It is possible to set accessible attributes in UI files as well:
```xml