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.

Field Summary
sap.ui.core.AccessibleLandmarkRole.BannerRepresents the ARIA role banner.
sap.ui.core.AccessibleLandmarkRole.ComplementaryRepresents the ARIA role complementary.
sap.ui.core.AccessibleLandmarkRole.MainRepresents the ARIA role main.
sap.ui.core.AccessibleLandmarkRole.NavigationRepresents the ARIA role navigation.
sap.ui.core.AccessibleLandmarkRole.NoneNo explicit role is applicable.
sap.ui.core.AccessibleLandmarkRole.RegionRepresents the ARIA role region.
sap.ui.core.AccessibleLandmarkRole.SearchRepresents the ARIA role search.
Field Detail
sap.ui.core.AccessibleLandmarkRole.Banner: string
Represents the ARIA role banner.

A banner usually appears at the top of the page and typically spans the full width.

sap.ui.core.AccessibleLandmarkRole.Complementary: string
Represents the ARIA role complementary.

A section of the page, designed to be complementary to the main content at a similar level in the DOM hierarchy.

sap.ui.core.AccessibleLandmarkRole.Main: string
Represents the ARIA role main.

The main content of a page.

sap.ui.core.AccessibleLandmarkRole.Navigation: string
Represents the ARIA role navigation.

A region that contains a collection of items and objects that, as a whole, combine to create a navigation facility.

sap.ui.core.AccessibleLandmarkRole.None: string
No explicit role is applicable.

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.

sap.ui.core.AccessibleLandmarkRole.Region: string
Represents the ARIA role region.

A section of a page, that is important enough to be included in a page summary or table of contents.

sap.ui.core.AccessibleLandmarkRole.Search: string
Represents the ARIA role search.

A region that contains a collection of items and objects that, as a whole, combine to create a search facility.