|
Accessibility Support
What is Section 508
The USA federal mandate requires that information technology be made accessible to people with disabilities. Much of Section 508 compliance concerns making Web sites, intranets, and web-enabled applications accessible. Section 508 compliance has since become a major prerequisite not only in government related software, but also in most enterprise and corporate software solutions.
W3C Web Content Accessibility Guidelines 1.0 The main goal of these guidelines is to encourage developers in creating applications providing accessible contents. However, adhering to these guidelines will also make Web content more accessible to all kind of users, using different devices and interfaces: desktop browser, voice browser, mobile phone, automobile-based personal computer, etc.
In accordance with these guidelines W3C defines three levels of conformance developers may implement in order to provide some level of content compliance to their products:
- Compliance Level "A"
- Compliance Level "AA"
- Compliance Level "AAA"
For more details on W3C "Web Content Accessibility Guidelines 1.0" see http://www.w3.org/TR/WAI-WEBCONTENT/
RadControls Accessibility compliance
In our attempt to make our products content compliant, each web-control we develop and its QSF strive to obtain at least one of conformance levels listed above. More information about RadControls' compliance can be found in the HELP documentation of the respective control.
Compliance Level
RadAjax does not satisfy the requirements for accessibility as most screen readers (similar to the browser) do not recognize that the page (or part of it) has been updated. Nevertheless, RadAjax's loading panel does offer visual indication that the page (or part of it) has been updated. In order to provide better compliance, Telerik will need to wait for the readers and catch up with the ajax technology and offer better way of reading the screen content. As soon as this happens, we will be able to provide better compliance. More on the "ajax accessibility" topic can be located in Google.
Compliance Level
RadWindow does not render any tables (<table> HTML tags) thus there's no need for extra headings / caption / summary attributes that are typically needed to make HTML tables accessible.
|