diff --git a/aria-practices.html b/aria-practices.html index 8c98036df9..eff1c490db 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -2436,6 +2436,10 @@
tablist
.tab
has role tabpanel.tablist
has aria-labelledby set to a value that refers to the labeling element.
+ Otherwise, the tablist
element has a label 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
.tabpanel
has the property aria-labelledby referring to its associated tab
element.