Skip to content

AccessibleRole

This enum represents the different values for the accessible-role property, used to describe the role of an element in the context of assistive technology such as screen readers.

  • Unknown — The element is not accessible and its role is not known.
  • Button — The element is a button or behaves like one.
  • Checkbox — The element is a checkbox or behaves like one.
  • Combobox — The element is a combobox or behaves like one.
  • List — The element is a list view or behaves like one.
  • Slider — The element is a slider or behaves like one.
  • Spinbox — The element is a spinbox or behaves like one.
  • Tab — The element is a tab or behaves like one.
  • TabList — The element is a tab bar in a tab widget.
  • Text — The role for a Text element.
  • Table — The element is a table view or behaves like one.
  • Tree — The element is a tree view or behaves like one.
  • ProgressIndicator — The element is a progress indicator or behaves like one.
  • TextInput — The element is a text input field or behaves like one.
  • Switch — The element is a switch or behaves like one.
  • ListItem — The element is an item in a ListView.
  • TabPanel — The element is a container for tab content.
  • Groupbox — The element is a GroupBox or behaves like one.
  • Image — The element is an Image or behaves like one. This is automatically applied to Image elements.
  • RadioButton — The element is a radio button or behaves like one.
  • RadioGroup — The element is a group of radio buttons.
  • Banner — The element is a banner landmark, typically the page or site header.
  • Complementary — The element is a complementary landmark holding supporting content.
  • ContentInfo — The element is a content-info landmark, typically the page or site footer.
  • Form — The element is a form landmark.
  • Main — The element is the main-content landmark of the window.
  • Navigation — The element is a navigation landmark holding navigational links.
  • Region — The element is a generic region landmark.
  • Search — The element is a search landmark.

© 2026 SixtyFPS GmbH