Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve link-button a11y #1133

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Commits on Oct 4, 2023

  1. Improve link-button a11y

    There are two places where an anchor element
    is styled as a button.
    [mdn web docs](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role#accessibility_concerns) says that in addition to
    `role=button`, these also need an extra handler
    to be usable with the `space` key (which is default
    button behaviour and therefore expected with things that
    are styled as buttons).
    
    Closes elan-ev#630
    owi92 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0754754 View commit details
    Browse the repository at this point in the history