landmark constant

String const landmark

An abstract superclass for the aria role values for sections of content that are important enough that users will likely want to be able to navigate directly to them

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

Implementation

static const String landmark = 'landmark';