Accessibility
Accessibility features make the application accessible by those with disabilities, as well. Designing applications with the following features makes them accessible:
- Making the application accessible without a mouse and only with a keyboard.
- Providing assistance with content magnifiers and text readers.
- Minimizing the usage of animations and timer features.
To build an application with such abilities, Oracle JET came up with following features:
- Navigation with touch and keyboard: By following the WAI-ARIA (Web Accessibility Initiative-Accessible Rich Internet Applications) standards, Oracle JET provides the ability to access its components with touch and keyboard-based navigation. We can create landmarks on the page with these standards, including regions for the banner, navigation, main, and complementary landmarks using the attribute role.
- Magnifier: Oracle JET provides the support for magnifying the page content with the help of browser zoom features.
- Text readers: Oracle JET lets...