|
|
|
6.2d JavaScriptIt is the most popular scripting language on the Web and is found in around 60% of all Web sites. JavaScript widgets and AJAX (Asynchronous JavaScript And XML) provide dynamic aspects to Web pages and make them interactive. JavaScript works in all major browsers. What can a JavaScript do?
JavaScript and ARIAJavaScript has a dramatic effect on the ability of people with disabilities to access Web content as (X)HTML cannot provide sufficient accessibility support for dynamic content, resulting in a semantic gap between what is seen on the page and what is seen by screen readers. Web Content Accessibility Guidelines (WCAG) 2.0 allows JavaScript so long as the script is accessible. Accessible Rich Internet Applications (ARIA) markup can be added to address the accessibility of dynamic Web content for people with disabilities. It improves the accessibility of script heavy Web sites and Web applications for assistive technology users without extensive modification to existing libraries of Web resources. An overview of ARIA is provided WAI-ARIA Primer. |
References and resources |
Send a comment