6. Interactive WAI-ARIA (Advanced)

Activity 13: Accessible Tree Navigation


Based on the Tree Menu details on the previous page, apply what you have learned to the associated activity files to make the tree menu there accessible.

Files for this activity include:

Use the surroundings of the highlighted code on the previous page as a guide to find where the fixes should be applied. Repair the accessibility of the tree menu by applying the highlighted code to the /assets/ik_treemenu.js file.

Note: While we suggest using the highlighted code we’ve provided, you are free to come up with your own solutions provided they produce the expected results listed in the marking rubric below.

Test your updated tree menu with ChromeVox to ensure each element described in the marking rubric below is functioning as suggested.

Requirements

When you have applied your changes and tested to be sure your tree menu functions as described, submit the URL to your tree.html file on your GitHub Pages site, to the file on the web server you are using to host your copy of the activity files, or a GitHack URL.

Grading Rubric

Criteria Points
Instructions Provided:
When the tree menu receives focus, instructions are announced on how to use the menu with a keyboard.
1.0 pts
Tree Menu Semantics:
When navigating through the tree menu with a keyboard, elements are announced with tree menu semantics.
2.0 pts
Tree Submenus:
When a tree menu item with a submenu receive focus, the submenu state is announced as expanded when open or collapsed when closed.
2.0 pts
Focus Control:
Only elements of the tree menu that are in view are able to receive focus.
2.0 pts
Keyboard Operable:
Tree menu functions with a keyboard as described in Adding Keyboard Operability for tree menus.
3.0 pts
Total Points: 10.0

License

Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

Web Accessibility for Developers Copyright © 2019 by The Chang School, Toronto Metropolitan University is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book