You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EuiKeyPadMenu beta buttons have a <span tabindex="0"> that's throwing an axe-core error. I'd recommend we remove this tabindex attribute because the parent button takes focus natively. The button should convey any meaning in the span as part of its accessible label and not rely on users tabbing twice to get the full meaning or intent.
1Copenut
changed the title
[EuiKeyPadMenu][AUTOMATION]: Nested elements that can take focus will not be announced by screen readers
[EuiKeyPadMenu][AXE-CORE]: Nested elements that can take focus will not be announced by screen readers
Oct 20, 2021
Description
The
EuiKeyPadMenu
beta buttons have a<span tabindex="0">
that's throwing an axe-core error. I'd recommend we remove thistabindex
attribute because the parent button takes focus natively. The button should convey any meaning in the span as part of its accessible label and not rely on users tabbing twice to get the full meaning or intent.Guidance
Screenshots
The text was updated successfully, but these errors were encountered: