fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

test: add axe accessibility testing

Open marchbox opened this issue 1 year ago • 6 comments
trafficstars

Previous Behavior

No automated accessibility testing.

New Behavior

  • added tests for components to make sure there's no auto-detectable accessibility issues
  • added a helper function to help Axe work better with ElementInternals (by exposing ARIA properties defined on ElementInernals on the host element)
  • Fixed a few ARIA issues in Button, DialogBody, Drawer, Tab, and Tablist

Related Issue(s)

  • Fixes #

marchbox avatar Oct 03 '24 18:10 marchbox