From ce07991d3b82f9ca107a166dad3a2fb52b4d30a9 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Thu, 4 Nov 2021 03:09:14 +0100 Subject: [PATCH] add news entry --- news.d/feature/1308.ui.md | 4 ++-- news.d/feature/1332.ui.md | 4 ++-- news.d/feature/1434.ui.md | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 news.d/feature/1434.ui.md diff --git a/news.d/feature/1308.ui.md b/news.d/feature/1308.ui.md index ccf152084..c1e969845 100644 --- a/news.d/feature/1308.ui.md +++ b/news.d/feature/1308.ui.md @@ -1,6 +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). +- Disable tab-key navigation in tables, so focusing a table does not lock global tab-key navigation to it. +- Remove some container widgets, 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 index ccf152084..c1e969845 100644 --- a/news.d/feature/1332.ui.md +++ b/news.d/feature/1332.ui.md @@ -1,6 +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). +- Disable tab-key navigation in tables, so focusing a table does not lock global tab-key navigation to it. +- Remove some container widgets, 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/1434.ui.md b/news.d/feature/1434.ui.md new file mode 100644 index 000000000..c1e969845 --- /dev/null +++ b/news.d/feature/1434.ui.md @@ -0,0 +1,6 @@ +Improve accessibility: +- Disable tab-key navigation in tables, so focusing a table does not lock global tab-key navigation to it. +- Remove some container widgets, 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.