navigation constant

String const navigation

A collection of navigational elements (usually links) for navigating the document or related documents.

User agents SHOULD treat elements with the role of navigation as navigational landmarks.

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

Implementation

static const String navigation = 'navigation';