-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Accessibility color contrast issues in style.min.css #3218
Comments
I've marked this 'good first issue' as there are specific concrete things to do be done. |
But for anyone tackling it: note that |
Hello! Can I try my hand at this? |
Absolutely! Are you clear on how to go about it? |
I'm new to this so please correct me if I am wrong. 😄
|
Yup, that sounds right. The less files are scattered around the |
I tried using The I then went on to install the notebook from source and found the first issue using Chrome's inspector:
It is in the
I am a little confused and some pointers would help a lot. Thanks for your patience. 😅 |
Dig a bit further in with the inspector - the 337ab7 colour is actually for the One way or another, we need to override that. It's probably best to use a darker colour only inside the You can probably do this using the LESS function darken, something like |
We were doing this for our software engineering practicum, and we're trying to take a stab at it. Does it look like we may be on the right track? Not trying to step on toes just wanted to see if we could solve it. #project_name {
display: inline-block;
padding-left: @dashboard_lr_pad;
margin-left: -2px;
darken(@link-color, 10%);
> .breadcrumb {
padding: 0px;
margin-bottom: 0px;
background-color: transparent;
font-weight: bold;
}
} |
Along the right lines, but I think you need to put it in a color: darken(@link-color, 10%); (Also, I haven't checked if 10% is actually enough - someone should make the change, and then use the Chrome plugin again to see if the new colour has enough contrast) Feel free to make a pull request if you get it working. |
Great, thanks :-). @snidersd, any tips about getting the assessment plugin working? |
@takluyver and @hendrixet, Information on the Dynamic Assessment Plugin can be found at https://aat.mybluemix.net/auth/tools.html?accountId=2f492827-98fc-4d5e-ad3e-b3756f47d73f. Note: you will need to sign up to get an IBMid before you can access the information. After you are logged in copy the authentication token into DAP then try to run a scan. If this does not resolve the issue, please provide additional details related to the error. |
Hi, I would like to work on this bug too...I was unable to find the file for this issue...it seems scaffolding.less |
@snidersd @takluyver I got the Dynamic Assessment Plugin working and with 20% darkened it passes the accessibility tests now. I submitted a pull request this morning |
@hendrixet thanks, I think that PR (#3336) takes care of point number 2 from the description of this issue, right? @shreya99oak |
Hi I would also like to help out with this, is there anything else that needs to be done @takluyver @shreya99oak |
I this issue close? If not, then I would like to work on this issue |
Hi @Nazeeh21, Although we're not entertaining new features at this time, I think contained accessibility improvements would qualify as the kinds of changes we can still consider. I do not know if these issues are still present or their current state but, based on the comment history, I suspect they are still present. If you're able to contribute changes to address this issue, it would be ideal if you could include screenshots, both before and after, of the affected areas as some reviewers (like myself) have limited knowledge of the front-end implementation and pictures are worth a thousand Thank you for your help. |
Hey @kevin-bates, I will check the current status of this issue. If it is not up to the mark, I will start contributing changes to fix this issue. Also, I will surely share the before and after screenshots of the affected areas. 😃 👍🏻 |
Also see: jupyter/notebook#1801
After running the Dynamic Assessment Plugin for Chrome the following high contrast issues were found:
The text was updated successfully, but these errors were encountered: