-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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 update to notebook.html missing alt text #3226
Comments
Can I work on this issue? |
Go for it! Can you see what to do? |
I have to add notebook/notebook/templates/notebook.html Line 49 in 6526a19
Please correct me If I am wrong. |
Sounds right, thanks! |
🙂 okay I will start working on it and create PR asap |
@takluyver I have created the PR.Please review it. |
Thanks @ns23 |
Welcome. I am looking forward to contribute more to this project |
Also see: jupyter/notebook#1801
After running the Dynamic Assessment Plugin for Chrome and the Digital Content Checker on notebook.html the following issue was found and can be corrected as indicated:
Line 48 requires alt text -
<img class="current_kernel_logo" alt="Current Kernel Logo" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/>
If the image is not important then include alt="".
The text was updated successfully, but these errors were encountered: