Open alundgard opened 3 months ago
The skip links is a blacklight issue: https://github.com/projectblacklight/blacklight/blob/abf6f24bb8e53354dc91db8520f029bee68c4a4c/app/views/layouts/blacklight/base.html.erb#L31
I believe the footer is fixed if we use the component library footer. (which would require Bootstrap 5).
Current behavior
Native semantic HTML elements currently have redundant ARIA roles. For example, the
<nav>
element hasrole="navigation
, the<footer>
element hasrole="contentinfo"
, and so on.Steps to reproduce
Example page: Spotlight Accessibility for SODA.
Possible solution
WCAG Level A: See First rule of ARIA use.
Reported by SODA