From adfffc7953fe8029fe90137e26c5625e12f39162 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Mon, 10 May 2021 22:04:23 +0200 Subject: [PATCH] add news entry --- news.d/feature/1308.ui.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 news.d/feature/1308.ui.md diff --git a/news.d/feature/1308.ui.md b/news.d/feature/1308.ui.md new file mode 100644 index 000000000..d8e8c4778 --- /dev/null +++ b/news.d/feature/1308.ui.md @@ -0,0 +1,6 @@ +Improve accessibility: +- Disable tag-key navigation in tables, so focusing a table does not lock global tab-key navigation to it. +- Remove some container widget, tweak focus rules to avoid extra unnecessary steps when using tab-key navigation (like selecting the dictionaries widget outer frame). +- In form layouts, link each widget to its label (like each option in the configuration dialog). +- Set the accessible name / description of focusable widgets. +- Use lists for the suggestions widget and the paper tape.