-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1308 from benoit-pierre/improve_accessibility
Improve accessibility
- Loading branch information
Showing
19 changed files
with
1,266 additions
and
719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.