option constant

String const option

A selectable item in a select list.

Authors MUST ensure elements with role option are contained in, or owned by, an element with the role listbox. Options not associated with a listbox might not be correctly mapped to an accessibility API.

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

Implementation

static const String option = 'option';