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

Make Autocomplete more accessible to screen reader users #3497

Merged
merged 2 commits into from
Oct 1, 2019

Commits on Sep 30, 2019

  1. Make Autocomplete more accessible to screen reader users

    Use ARIA to:
     + notate that the composer has an autocomplete
     + notate the open/closed state of the autocomplete
     + notate the name of the open autocomplete options
     + notate the ID of the highlighted autocomplete option
     + improve naming of emoji autocomplete options for screen readers
    
    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    f160a30 View commit details
    Browse the repository at this point in the history
  2. delint

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    f299f7e View commit details
    Browse the repository at this point in the history