-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/tabsfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fix
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
.
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/tabsfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fix