Accessibility: Modals #11823
Labels
bug
Fixes for quality problems that affect the customer experience
Project:Accessibility
Team:Platform-Design
Team Label for Kibana Design Team. Support the Analyze group of plugins.
We need to make sure our modals are keyboard- and screen-reader-accessible. For the full breakdown, see https://www.marcozehe.de/2015/02/05/advanced-aria-tip-2-accessible-modal-dialogs/.
Here's an example of some of the markup we need:
Here are the crib notes:
role="dialog"
to the Modal root element.aria-labelledby
andaria-describedby
to point screen readers to the title and body text of the modal.The text was updated successfully, but these errors were encountered: