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
Why these changes are being introduced:
This application has many focusable elements, and it may be helpful
to users of assistive technology to provide skip links to different
sections.
Relevant ticket(s):
* [GDT-161](https://mitlibraries.atlassian.net/browse/GDT-161)
How this addresses that need:
This adds the following skip links:
* All views: nav, search form
* Results: results list, filter sidebar
* Record: record metadata
Side effects of this change:
* Some IDs have been added to top-level elements to make them
selectable.
* While working on this, I realized that VoiceOver doesn't recognize
the filter labels as disclosure triangles, so even when they are
closed, it tabs through every available filter. I've fixed this
in a subsequent commit.
0 commit comments