listitem constant

String const listitem

A single item in a list or directory.

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

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

Implementation

static const String listitem = 'listitem';