[EuiResizableContainer][AXE-CORE]: Containers must allow keyboard users to access all content #5295
Labels
accessibility - automated
accessibility - keyboard
accessibility - WCAG A
Level A WCAG Accessibility Criteria
accessibility
bug
Description
Sometimes our resizable containers have text content that does not receive keyboard focus. If we do not allow users to set focus on the container, they may not be able to read or access all information. I recommend we add a
tabindex="0"
on ourEuiResizableContainer
component. This could be a standard attribute, or added when content is "taller" than the container.Guidance
Screenshots
The text was updated successfully, but these errors were encountered: