-
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 issues on page.html #3217
Comments
Thanks for identifying all these things! Unlike some of the other issues, though, it's not clear to me what these mean. Does 'region' refer to geography or part of the screen? How do we indicate it? And which tag needs what attribute added? |
I just spotted the HTML tags in the original post. I've edited it to make them visible. You need to put backticks around them, or they vanish:
I'm still not sure what the |
Adding the main element to a web page allows a screenreader user to skip to the main content. Here is a link to additional information on the use of main. https://www.w3.org/TR/html-main-element/ |
Fixed Issue jupyter#3217 by adding main and navigation roles
added main and navigation tags to tree and page.html
Added main/navigation tags to meet DAP requirements: issue #3217
Closing as there are now different issues tracking accessibility improvements for Jupyter Notebook 7, for example #6800 Thanks! |
Also see: jupyter/notebook#1801
After running the Dynamic Assessment Plugin for Chrome and the Digital Content Checker on /localhost/tree the following issues were reported missing and can be corrected as indicated:
<main>
region of the page.<lang>
attribute to the tag.The text was updated successfully, but these errors were encountered: