Closed
Description
Feature Description
According to the Tabs Pattern, if the tab list has a visible label, the element with role tablist has aria-labelledby
set to a value that refers to the labelling element. Otherwise, the tablist element has a label provided by aria-label
.
MaTabGroup does not allow users to provide an accessible label via aria-label
or aria-labelledby
for the element with role tablist.
Use Case
Users of this component can provide a label through either aria-label
or aria-labelledby
.