Skip to content
Snippets Groups Projects
Commit 67f4b37a authored by pnogal's avatar pnogal Committed by Paulina Nogal
Browse files

Update accessibility changelog in accessibility.md

parent 2c1ce65c
No related branches found
No related tags found
No related merge requests found
# Accessibility Change Log
## Version 1.0.43
### Fixed
* Review aria-label for course keys, expand/hide all buttons, and 3 dot menu
* Review aria-labels for expand all / collapse all buttons
* Add course name to 3 dot menu aria-label so the screen reader will read "Open menu options for {{ course | courseDescription }}"
* Remove list and listitem roles from course keys, which should be used for decorative elements only. Screen reader omitted elements with these roles (!389)
* Scroll to bottom after adding new academic year (!362)
* Fix skip to links
* Remove visually hidden H1
* Add anchor to Skip to main content link, to scroll to Degree Plans dropdown (!365)
* Review Skip to... links
* Add anchor to Skip to utility menu link, to scroll to right hand sidenav (!361)
* Remove tabindex attribute from non-interactive elements
* These changes follow guidance from Sandi and from the general DOM specification that the tabindex attribute (along with Angular's isFocusable and isTabbable attributes) should only be included on elements that can be interacted with via mouse clicks or keyboard input.
* A number of elements in the degree planner view were non-interactive by design but still were in tabbable. This commit removes tabbing from those non-interactive elements. (!360)
## Version 1.0.19
### Fixed
* Elements grouping and aria-label revision
* Remove focus style from non-reactive elements
* Group term header elements (H3, total credits number, 3-dot menu)
* Group term courses containers, saved for later, course keys, utility menu items
* Add aria-labelledby to a star icon and check if plan on the degree plans list is primary, to announce it
* Add number of courses to aria-label on tabs in terms (in progress, planned etc.) (!356)
* Review "Skip to main content" button functionality
* Add missing id to h1, to fix "Skip to main content" link
* Create additional link to "Skip to utility menu"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment