Re: .ui: Marking widgets which don't need accessibility labelling

2018-03-13 Thread Samuel Thibault
Hello, Just to give an update on the list about an IRC conversation. mclasen wasn't convinced by putting actually-unused annotations within .ui itself. We can instead use external suppression files which use widget ids to designate false positives. Samuel ___

.ui: Marking widgets which don't need accessibility labelling

2018-03-06 Thread Samuel Thibault
Hello, As part of implementing an accessibility non-regression check tool, we want to make sure that widgets have proper labelling. E.g. GtkEntry basically always need a labelled-by relation. Some other widgets don't necessarily need one, but very often need one (such as radio buttons), so we want

Re: .ui: Marking widgets which don't need accessibility labelling

2018-03-05 Thread Samuel Thibault
Hello, Ping? We'd really like to start marking such labels in LibreOffice, so we need a standard way to do it. Samuel Samuel Thibault, on lun. 26 févr. 2018 11:42:01 +0100, wrote: > Hello, > > As part of implementing an accessibility non-regression check tool, we > want to make sure that widge

.ui: Marking widgets which don't need accessibility labelling

2018-02-26 Thread Samuel Thibault
Hello, As part of implementing an accessibility non-regression check tool, we want to make sure that widgets have proper labelling. E.g. GtkEntry basically always need a labelled-by relation. Some other widgets don't necessarily need one, but very often need one (such as radio buttons), so we want