directory constant

String const directory

A list of references to members of a group, such as a static table of contents.

Authors SHOULD use this role for a static table of contents, whether linked or unlinked. This includes tables of contents built with lists, including nested lists. Dynamic tables of contents, however, might use a tree role instead.

See: developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/directory_role TODO: deprecate

Implementation

static const String directory = 'directory';