diff --git a/content/patterns/tabs/tabs-pattern.html b/content/patterns/tabs/tabs-pattern.html index c32132b334..2418ecde3b 100644 --- a/content/patterns/tabs/tabs-pattern.html +++ b/content/patterns/tabs/tabs-pattern.html @@ -126,7 +126,7 @@
tab
has role tabpanel.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.
+ Otherwise, the tablist
element has an optional name provided by aria-label.
tab
has the property aria-controls referring to its associated tabpanel
element.tab
element has the state aria-selected set to true
and all other tab
elements have it set to false
.tablist
- aria-labelledby
if a visible label is present, otherwise use aria-label
.aria-labelledby
if a visible label is present, otherwise optionally name with aria-label
.