components
components copied to clipboard
fix(material/stepper): updates vertical-stepper aria roles
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