Skip to content

Commit

Permalink
OpenUI5 Documentation Update 24.08.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Aug 24, 2024
1 parent 5925e5b commit 5d22b39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Recommendations_ee37fc7.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ When developing OpenUI5 applications, you need to pay attention to the correctne

***

#### WCAG 2.2

To ensure better accessibility experience and to adhere to the Web Content Accessibility Guidelines \(WCAG\) 2.2, it is important for developers and designers to follow specific guidelines. When working with OpenUI5 controls, refer to the SAP Fiori for Web design guidelines corresponding to the specific control or component you are using. The design guidelines provide detailed information on how each component should be implemented to meet accessibility requirements. For example for the `sap.m.ObjectStatus`, see [Object Display Components Fiori Guidelines](https://experience.sap.com/fiori-design-web/object-display-elements/).

***

#### Don't change the HTML

Theming \(CSS selectors\), keyboard handling \(tab order\) and screen reader support are tightly coupled with the HTML structure of the generated pages. If you change the structure of the elements \(for example, from custom JavaScript, HTML or CSS\), this could break some or all of the accessibility aspects. In addition, it makes debugging the application more difficult.
Expand Down

0 comments on commit 5d22b39

Please sign in to comment.