-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accessibility improvements for List View Part 2 (#38358)
* Add aria-expanded to block selection button to force the announcement. * Allow expand on column in index 0. Prevent focus from moving to next column if collapsed. * Shorten var. * Update code comment. * Make sure focus can go back to row index 0 if coming from above Options button. * Fix lint error. * Try to fix bugs. * Check that activeRow contains aria-expanded vs. checking the column index. Update comments. * Try to make code cleaner. Update the Changelog. * Revert some files. * Fix Changelog. * Update packages/components/src/tree-grid/index.js Improvement for more than 2 <td> elements. Co-authored-by: Daniel Richards <daniel.richards@automattic.com> * Fix formatting error. Co-authored-by: Daniel Richards <daniel.richards@automattic.com>
- Loading branch information
Showing
5 changed files
with
17 additions
and
3 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
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
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