-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/1526 grid keyboard navigation (#1616)
* get it working with visualizer * delegate focus * delegate focus * screenreader improvements * updated tokens * remove roving tab index * add skip links * fix too tight clipping in table cells that would cause outline not to be visible * creative workaround for skip links * style skip links * cleanup + added rowcount * more cleanup * skip to links, not empty div * localisation * fix tests * border fix * fix tests * apply tokens * fixed commit in wrong branch * fixed incorrect commit * trigger full snapshots * fix build * review comments * added changeset * review comment * fix build? * update @custom-elements-manifest/analyzer dependency to version 0.10.3
- Loading branch information
Showing
13 changed files
with
210 additions
and
27 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,9 @@ | ||
--- | ||
'@sl-design-system/shared': patch | ||
'@sl-design-system/grid': patch | ||
--- | ||
|
||
Improved accessibilty of the table; | ||
- Added aria-rowindex and aria-rowcount; | ||
- Improved keyboardnavigation, including skip table links | ||
- Changed the way selecting works; active row by clicking on the entire row and selecting a row by checking the checkbox |
Submodule grid-poc
added at
a55a9c
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
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
Oops, something went wrong.