Make (most) UI elements reachable via keyboard (#12657)

feat(a11y): make (most) UI elements reachable via keyboard
This commit is contained in:
Emmanuel Pelletier
2023-02-28 11:21:15 +01:00
committed by GitHub
parent 778bca3031
commit c81777a475
24 changed files with 247 additions and 32 deletions

View File

@@ -123,7 +123,7 @@ class OverflowMenuItem extends Component<Props> {
className = { className }
onClick = { disabled ? null : onClick }
onKeyPress = { this._onKeyPress }
role = 'menuitem'
role = 'button'
tabIndex = { 0 }>
<span className = 'overflow-menu-item-icon'>
<Icon