Enum sap.ui.core.AccessibleLandmarkRoleModule: sap/ui/core/library
Defines the accessible landmark roles for ARIA support. This enumeration is used with the AccessibleRole control property. For more information, goto "Roles for Accessible Rich Internet Applications (WAI-ARIA Roles)" at the www.w3.org homepage.
banner
.complementary
.main
.navigation
.region
.search
.banner
. A banner usually appears at the top of the page and typically spans the full width.
complementary
. A section of the page, designed to be complementary to the main content at a similar level in the DOM hierarchy.
main
. The main content of a page.
navigation
. A region that contains a collection of items and objects that, as a whole, combine to create a navigation facility.
The interpretation of this value depends on the control / element which defines a property with this type. Normally this value means that no accessible landmark should be written.