diff --git a/news.d/feature/1308.ui.md b/news.d/feature/1308.ui.md new file mode 100644 index 000000000..ccf152084 --- /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 dictionaries widget, suggestions widget, and the paper tape. diff --git a/news.d/feature/1332.ui.md b/news.d/feature/1332.ui.md new file mode 100644 index 000000000..ccf152084 --- /dev/null +++ b/news.d/feature/1332.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 dictionaries widget, suggestions widget, and the paper tape.