Skip to content
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 updates needed for tree.html #3219

Closed
snidersd opened this issue Jan 16, 2018 · 1 comment
Closed

Accessibility updates needed for tree.html #3219

snidersd opened this issue Jan 16, 2018 · 1 comment

Comments

@snidersd
Copy link

Also see: jupyter/notebook#1801
After running the Dynamic Assessment Plugin for Chrome and the Digital Content Checker on tree.html the following issues were found and can be corrected as indicated:

  1. Line 82, if the <title="{% trans %}Refresh notebook list{% endtrans %}"> is actually a label change it to . If it is a tooltip add an <aria-label="Refresh Button">.
  2. Line 90, if the <title="{% trans %}Select All / None{% endtrans %}"> is actually a label change it to . If it is a tooltip add an <aria-label="Select All / None Button">.
  3. Line 91, add .
  4. Line 106, add alt text to the folder icon
  5. Line 111, change
  6. to since breadcrumbs are a form of navigation. .
  7. Line 133, if the <title="{% trans %}Refresh running list{% endtrans %}"> is actually a label change it to . If it is a tooltip add an <aria-label="Refresh">
  8. Line 34-40, either change the <title=""> to <aria-label=""> if it is a label or add the <aria-label=> if it is meant to be a tooltip.
@takluyver
Copy link
Member

Closed by #3271, I think. Some of the details of the issue seem to have gone missing in Github formatting, so if there are still changes needed, please open a new issue about them.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants