components icon indicating copy to clipboard operation
components copied to clipboard

fix(material/stepper): updates vertical-stepper aria roles

Open essjay05 opened this issue 8 months ago • 1 comments
trafficstars

Updates Angular Component's vertical stepper to use more generic aria roles since having the default tablist/tab/tabpanel applied to the vertical stepper violates WCAG rules of having tabpanel as a nested child within tablist. The new roles of group and region satisfy aria requirements while maintaining the current html structure of the vertical stepper.

Fixes b/361783174

essjay05 avatar Mar 03 '25 18:03 essjay05