You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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">.
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">.
Line 91, add .
Line 106, add alt text to the folder icon
Line 111, change
to since breadcrumbs are a form of navigation. .
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">
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.
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: