wix-incubator/wix-ui-tpa

ActionsMenuLayout A11Y fixes

Closed this issue · 2 comments

ActionsMenu Item

See ws example here: https://www.w3.org/TR/2016/WD-wai-aria-practices-1.1-20161214/examples/menu-button/menu-button-1/menu-button-1.html

  • should expose a focus method - internally will have a ref to the button and invoke the buttons focus (should it also be focusable if not clickable?)
  • onClick should also fire when focused on an item and pressed space or enter

ActionsMenu

  • aria-labelledby and aria-label props
  • navigation with keyboard arrows

updated the spec