enum sap.ui.core.AccessibleLandmarkRole

Visiblity: public
Available since: N/A
Module: sap/ui/core/library
Application Component: CA-UI5-COR

Defines the accessible landmark roles for ARIA support. This enumeration is used with the AccessibleRole control property. For more information, go to "Roles for Accessible Rich Internet Applications (WAI-ARIA Roles)" at the www.w3.org homepage.


Properties Overview

Node Description
sap.ui.core.AccessibleLandmarkRole.Banner

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

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.ContentInfo

Represents the ARIA role contentinfo.

A region that contains information about the content on the page.

sap.ui.core.AccessibleLandmarkRole.Form

Represents the ARIA role form.

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

sap.ui.core.AccessibleLandmarkRole.Main

Represents the ARIA role main.

The main content of a page.

sap.ui.core.AccessibleLandmarkRole.Navigation

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

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

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

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.