treeitem constant

String const treeitem

An option item of a tree. This is an element within a tree that may be expanded or collapsed if it contains a sub-level group of treeitem elements.

A collection of treeitem elements to be expanded and collapsed are enclosed in an element with the group role.

Authors MUST ensure elements with role treeitem are contained in, or owned by, an element with the role group or tree.

See: developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/treeitem_role

Implementation

static const String treeitem = 'treeitem';