mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Allow for multiple a11y properties
This commit is contained in:
parent
b308adc3af
commit
3dfce3bbe0
10 changed files with 103 additions and 7 deletions
9
tests/sample_errors/a11y_list_empty.blp
Normal file
9
tests/sample_errors/a11y_list_empty.blp
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Box {
|
||||
accessibility {
|
||||
label: _("Hello, world!");
|
||||
labelled-by: [];
|
||||
checked: true;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue