Back in 2014 we had a project to ensure that accessibility is supported in our software. Mostly it worked the goal was that NVDA https://www.nvaccess.org/ which is seemingly the most important software for that could read the pinentry fields etc. For that we had to ship a Qt plugin and set some "Buddy" rules. The Buddy rules are mostly that a line edit is directly associated with a label.
We now have to check that:
- We still ship the plugins and it works
- That our "This is VS-NfD compliant is correctly associated with the button
At least for the second point I do not think that we have done this.