diff options
author | Samuel Thibault <[email protected]> | 2019-07-01 17:10:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-08 15:11:17 +0200 |
commit | 45145244b6dd9dc11b6d9a6daf4e442cef9457fa (patch) | |
tree | 7a177dc7e47804d72766a6b852ab34c9523ee8e5 /plugins/time/ui-a11y.suppr | |
parent | db655f3fb2f67b695d36369e584fcb598e0e1bea (diff) | |
download | pluma-45145244b6dd9dc11b6d9a6daf4e442cef9457fa.tar.bz2 pluma-45145244b6dd9dc11b6d9a6daf4e442cef9457fa.tar.xz |
Add support for checking .ui accessibility with gla11y
Diffstat (limited to 'plugins/time/ui-a11y.suppr')
-rw-r--r-- | plugins/time/ui-a11y.suppr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/time/ui-a11y.suppr b/plugins/time/ui-a11y.suppr new file mode 100644 index 00000000..805ff4d6 --- /dev/null +++ b/plugins/time/ui-a11y.suppr @@ -0,0 +1,10 @@ +pluma-time-dialog.ui://GtkLabel[@id='label5'] orphan-label +pluma-time-dialog.ui://GtkTreeView[@id='choice_list'] no-labelled-by +pluma-time-dialog.ui://GtkEntry[@id='custom_entry'] no-labelled-by +pluma-time-dialog.ui://GtkLabel[@id='custom_format_example'] orphan-label +pluma-time-setup-dialog.ui://GtkLabel[@id='label1'] orphan-label +pluma-time-setup-dialog.ui://GtkLabel[@id='label3'] orphan-label +pluma-time-setup-dialog.ui://GtkLabel[@id='label4'] orphan-label +pluma-time-setup-dialog.ui://GtkTreeView[@id='formats_tree'] no-labelled-by +pluma-time-setup-dialog.ui://GtkEntry[@id='custom_entry'] no-labelled-by +pluma-time-setup-dialog.ui://GtkLabel[@id='custom_format_example'] orphan-label |