Overview of Accessibility Standards
Accessibility is the concept of making your products usable by as many people as possible. Websites and applications are accessible when they provide full control over their features by enabling users with disabilities to access their content through assistive technologies and keyboard navigation. That said, accessible products benefit everyone.
Accessible websites and applications normally comply with the following standards:
The Default Telerik and Kendo UI theme has an Ocean Blue Accessibility Swatch (also known as Ocean Blue A11y). The Default Ocean Blue A11y theme swatch conforms to WCAG Level AA, which requires contrast ratios of at least:
- 4.5:1 for normal text
- 3:1 for large text
Section 508
Since 1998, Section 508 is part of the U.S. Rehabilitation Act of 1973. Section 508 represents a set of accessibility standards which were defined by the U.S. General Services Administration (GSA) and which initially applied to Federal agencies only with the aim to ensure that their electronic and information technology is accessible to people with disabilities.
In 2017, Section 508 was reorganized to meet and reflect recent communication technology innovations and nowadays the Section 508 guidelines impact not only all U.S. Federal agencies, but also affect any company which does business with a Federal agency. Such companies include vendors, private contractors, financial industry, healthcare and legal organizations, and partners of those agencies which operate in the United States or abroad.
For more information, refer to:
- GSA Government-Wide Section 508 Accessibility Program
- Section 508 (Latest Amendment)
- Rehabilitation Act of 1973
Web Content Accessibility Guidelines
The Web Content Accessibility Guidelines (WCAG), which are set by the World Wide Web Consortium (W3C), define recommendations for making web content accessible to people with physical and cognitive disabilities. WCAG defines accessibility principles with their respective success criteria. Depending on the implemented success criteria by a web application, the WCAG provide the A, AA, and AAA levels of accessibility conformance.
To be accessible, web content has to be consistent with the following principles:
- Perceivable—Web content has to be presented in such a way that users are able to comprehend it. For example, non-text content has to provide text alternatives which can be changed into other forms users require (large print, symbols, speech, and others).
- Operable—The user interface and navigation of the rendered components have to guarantee that users are able to operate with them. For example, the components have to be fully operable through keyboard navigation.
- Understandable—The information and operation of user interface have to enable users to understand it easily. For example, web pages have to appear and operate in predictable ways.
- Robust—Web content has to allow assistive technologies to interpret it properly. For example, status messages can be programmatically determined so they can be presented to the user by assistive technologies without requiring focus.
For more information, refer to:
WAI-ARIA
WAI-ARIA is a set of technical specifications which were developed by the W3C and which provide the semantics for the assistive technologies to access and interpret web content and web applications. The WAI-ARIA recommendations (standards) divide the semantics into roles and into states and properties that those roles support. For example, a checkbox
role supports the aria-checked
state which indicates whether a checkbox, radio button, or a similar UI element is checked.
The WAI-ARIA framework targets web developers who create web applications by using AJAX, scripting, and other rich application techniques.
For more information, refer to: