Badge is inaccessible for keyboard, screen reader users #8064
Labels
accessibility
answered
Issues answered by the EUI team - auto-closes open issues in 7 days if no follow-up response
Description
Badge, containing information which can change, is not accessible for the user using only keyboard, screen reader. The user who cannot see, won't be able to see/understand what information is present on the badge.
Preconditions
Stateful Home page (Overview) is opened.
Steps to reproduce
1.Navigate to New button while using only keyboard by pressing Tab key.
2.Press Enter.
3.Navigate to the Name input field.
4.Fill in any name (Test).
5.Navigate to Create API key button.
6.Press Enter key.
7.Press Esc key.
8.Refresh the page (pressing F5).
9.Navigate to active API keys element using only keyboard.
Environment
Proposed solution
Element should be defined with using attributes: role, name, value, for user to be able to access it.
and it should be imported as per Elastic UI component for badge
demo code snippet:
WCAG or Vendor Guidance (optional)
Screenshots or Trace Logs
Badge on the webpage + html used to define it
Created from Stateful Search issue #195209
The text was updated successfully, but these errors were encountered: