简体   繁体   中英

Jquery and WAI ARIA

I've been doing some research on web accessibility and I read that jquery doesn't have great support for WAI ARIA like dojo or YUI does. Is this true?

I'm still in the process of researching web accessibility so if anyone can recommend any good articles or jquery plugins for keyboard navigation or handling screen readers. It would be greatly appreciated.

jQuery does very few things ... but does it well, in a simple manner and cross-browser. There are no complex widgets, plugins or whatever that could be considered as RIA in the library itself. It provides the bricks to build them.

Complex widgets that can be used out of the box by webdevelopers and webdesigners are found in libraries like jQuery UI or jQuery Tools. These libraries with complex scripts like tab menus, slideshows, etc can be whether utterly inaccessible or manage ARIA role, states and properties without having to worry about it.
Scripts from http://hanshillen.github.com/jqtest/ are based on jQuery UI plugins that have been improved for keyboard and ARIA support and any accessibility problem that could exist in the original scripts.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM