-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace table role with treegird for screenreader #197
Conversation
Code Climate has analyzed commit 3fbc4b8 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 66.6% (50% is the threshold). This pull request will bring the total coverage in the repository to 24.7% (0.0% change). View more on Code Climate. |
frontend/src/assets/main.scss
Outdated
table tbody, | ||
table tbody tr td:focus-visible{ | ||
outline: 0 none; | ||
box-shadow: inset 0px 0px 0 0.1rem #a6d5fa; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we used a width or 0.2rem for the anchors. (see line 83).
maybe this should also be: box-shadow: 0 0 0 0.2rem #a6d5fa;
or we make them all 0.1rem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried that earlier but it does not seems to be working for td and hiding left and bottom shadow. .2rem should work.
Change Table role to treegrid
Change cell role to treeitem
Tab Navigation across table
Make sure screen reader readout navigation buckets
SC3689
Description
Types of changes
Checklist
Further comments