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 @@

WAI-ARIA Roles, States, and Properties

  • The element that serves as the container for the set of tabs has role tablist.
  • Each element that serves as a tab has role tab and is contained within the element with role tablist.
  • Each element that contains the content panel for a tab has role tabpanel.
  • +
  • + If the tab list has a visible label, the element with role 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. +
  • Each element with role tab has the property aria-controls referring to its associated tabpanel element.
  • The active tab element has the state aria-selected set to true and all other tab elements have it set to false.
  • Each element with role tabpanel has the property aria-labelledby referring to its associated tab element.