Skip to content

Commit d4989b6

Browse files
docs: update accessibility documentation (#11395)
1 parent d672c15 commit d4989b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2-advanced/09-accessibility.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ Will result in the shadow DOM as:
412412

413413
## Testing Accessibility
414414

415-
UI5 Web Components provide the prerequisites for screen reader support based on the HTML, ARIA, and WCAG standards. All screen readers that follow those standards should work fine. Nevertheless, there are deviations in the interpretation depending on the combination of browser and screen reader. UI5 Web Components focus on compliance with the standards by performing automated checks for accessibility and manual tests with reference testing environments.
415+
UI5 Web Components provide the prerequisites for screen reader support based on the HTML, ARIA 1.2, and WCAG 2.2 standards. All screen readers that follow those standards should work fine. Nevertheless, there are deviations in the interpretation depending on the combination of browser and screen reader. UI5 Web Components focus on compliance with the standards by performing automated checks for accessibility and manual tests with reference testing environments.
416416

417-
For Screen Reader Support, we recommend using JAWS 2024 + Chrome (latest), and for HTML/ARIA validation the recommended testing tool is Access Assistant. UI5 Web Components support other environments to the extent of providing a valid HTML and ARIA implementation following the WCAG standards.
417+
For Screen Reader Support, we recommend using JAWS 2025 + Chrome (latest), and for HTML/ARIA validation the recommended testing tool is Access Assistant. UI5 Web Components support other environments to the extent of providing a valid HTML and ARIA 1.2 implementation following the WCAG 2.2 standards.
418418

419419
Please note that reference testing environments may change over time to reflect changes in the usage of different browsers, their maintenance period, and increased accessibility compliance.
420420

0 commit comments

Comments
 (0)