Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

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