Semantics

A widget that allows the user to select one or more items from a hierarchically organized collection.

Abstract Role

CompositeRepresents a container for navigating interactive descendants.

Content Category

Flow ContentAn element that structures and organizes the body of a web document.

Allowed Descendants

Specific Guidance

Only treeitem and group roles allowed.

Usage

Elements that can designate the role in HTML:

  • menu[role=tree]
  • ol[role=tree]
  • ul[role=tree]
  • div[role=tree]
  • custom-element[role=tree]