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 accessibility of search form #188

Merged
merged 1 commit into from
May 10, 2024
Merged

Commits on May 9, 2024

  1. Improve accessibility of search form

    Why these changes are being introduced:
    
    Accessibility testing revealed that the search button is difficult
    for screen reader users to locate, and that the `title` attribute for
    the keyword search input is not useful.
    
    Relevant ticket(s):
    
    * [GDT-318](https://mitlibraries.atlassian.net/browse/GDT-318)
    
    How this addresses that need:
    
    This changes the keyword `title` to 'keyword anywhere' and moves
    the search button to the bottom of the form, after all of the
    advanced search dropdowns. It also updates some corresponding
    CSS, including removing the `border-radius` override for the `btn`
    class, so the search button looks more like a button.
    
    Side effects of this change:
    
    Fixed margin/padding for results summary panel and mobile filter
    toggle. (This is unrelated to this change, but I noticed while
    testing out the changes that the spacing looked odd.)
    jazairi committed May 9, 2024
    Configuration menu
    Copy the full SHA
    11012bd View commit details
    Browse the repository at this point in the history