Do you have any question about this SAP term?
Component: CA-UI2
Component Name: SAP UI for Decoupled Innovations
Description: An attribute which is added to elements to create semantically defined sections of a Web page that allow users of assistive technologies to navigate the page more easily.
Key Concepts: ARIA landmark is a feature of the CA-UI2 SAP UI for Decoupled Innovations component. It is an accessibility feature that allows users to quickly identify and navigate to different sections of a web page. ARIA landmarks are defined using HTML attributes and are used to provide semantic information about the structure of a web page. How to use it: To use ARIA landmarks, developers must add HTML attributes to the elements on their web page. These attributes will define the type of landmark, such as a banner, navigation, main content, or search. Once these attributes are added, users can quickly identify and navigate to different sections of the web page. Tips & Tricks: When adding ARIA landmarks to your web page, make sure that you are using the correct HTML attributes for each landmark type. Additionally, make sure that you are using the correct landmark roles for each element on your page. This will ensure that users can quickly and easily identify and navigate to different sections of your web page. Related Information: For more information about ARIA landmarks and how to use them, please refer to the official W3C documentation on ARIA landmarks. Additionally, there are many tutorials available online that provide step-by-step instructions on how to add ARIA landmarks to your web page.