@lgeggleston
Issue reported by University of Virginia (UVA) Library’s Assessment, Communications, and User Experience (ACE) team as part of internal DSpace 9 accessibility audit.
Describe the bug
Button and focus are not visible for skip to main content button.
Page
General Alerts and Sitewide Issues
WCAG Guideline
WCAG 2.4.7
To Reproduce
Relevant code
\<button \_ngcontent-dspace-angular-c3074528159="" id="skip-to-main-content" class="sr-only ng-tns-c3074528159-0"\> Skip to main content\</button\>
Expected behavior
Change button to <a href> to avoid conflict with angular reformatting and messing up the focus.
Suggested fix / example code
\<a href="#main-content" class="visually-hidden focusable skip-link"\>Skip to main content\</a\>
@lgeggleston
Issue reported by University of Virginia (UVA) Library’s Assessment, Communications, and User Experience (ACE) team as part of internal DSpace 9 accessibility audit.
Describe the bug
Button and focus are not visible for skip to main content button.
Page
General Alerts and Sitewide Issues
WCAG Guideline
WCAG 2.4.7
To Reproduce
Relevant code
\<button \_ngcontent-dspace-angular-c3074528159="" id="skip-to-main-content" class="sr-only ng-tns-c3074528159-0"\> Skip to main content\</button\>Expected behavior
Change button to <a href> to avoid conflict with angular reformatting and messing up the focus.
Suggested fix / example code
\<a href="#main-content" class="visually-hidden focusable skip-link"\>Skip to main content\</a\>