-
Notifications
You must be signed in to change notification settings - Fork 2
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
Focus not always visible on JupyterLab initial page #167
Comments
Update on this issue. This issue stalled on the test-writing sub-task because I couldn't make the test that I wrote pass. I believe that Mark's PR fixed the issue, but I need to go back and try testing it. |
@gabalafou can you remind me what we said about this particular issue, will you be working on it? are we pausing this? |
This issue has 2 parts:
The first part is done. The second part is still outstanding, and I plan to work on it in the upcoming weeks as part of my focus on accessibility testing in order to both integrate accessibility regression testing with general JupyterLab testing and to get ready for my talk at JupyterCon. |
By the way, this is the PR that does the "fix" part of this issue (it just doesn't have a regression test yet): |
Regression tests added - need more things fixed |
I'm going to mark this as closed, even though there are some things that are still in progress:
I'm going to mark it as closed because the bulk of the work that I can do for this issue is already done. |
Description
On the initial page in JupyterLab, some elements that receive focus by pressing the tab key do not have a visible focus indicator, which is a violation of WCAG 2.4.7.
This issue is about fixing those focus indicators for the initial page in JupyterLab.
Value / benefit
Understanding WCAG 2.4.7 explains why.
Implementation details
No response
TODO
Updates
No response
The text was updated successfully, but these errors were encountered: