Semantics

An option item of a tree.

Abstract Role

WidgetRepresents a focusable, interactive element.

Content Category

Only Used with Specific Parent Roles

This role must be a direct descendant of one of the following roles:

  • tree
  • group

Allowed Descendants

Phrasing Children Allowed

Note

Children Become Presentational

Browsers automatically apply the presentation role to all descendant elements, so their semantics are not conveyed to assistive technologies.

Usage

Elements that can designate the role in HTML:

  • a­[href][role=treeitem]
  • img[role=treeitem]
  • div[role=treeitem]
  • custom-element[role=treeitem]