‘JavaScript’ Archive

Making sure hidden frames are hidden

An issue that arises fairly frequently in regards to web applications is the use of hidden iframe elements used for retrieving data using JavaScript. While they can be easily hidden from visual display using CSS display:none, they are sometimes picked up by screen readers and other AT that extract the DOM code from browsers and [...]

AOL Selects The Paciello Group to Enhance Accessibility of Dynamic Web Applications

The Paciello Group (TPG) has been selected by AOL to enhance the accessibility of jQuery, a popular open source toolkit used to build dynamic web applications. This work will foster greater compatibility between consumer-facing web applications and assistive technology used by people with disabilities to access the Internet.

Accessible drag and drop using WAI-ARIA now in French

Recently Gez Lemon of TPG wrote an article for the Opera Developer Network on Accessible drag and drop using WAI-ARIA. His colleague Cedric Trevisan has translated Gez’s article into French.

WAI-ARIA Implementation in JavaScript UI Libraries - updated

A number of popular Javascript UI Libraries are in the process of adding WAI-ARIA support to their widgets and components. What is the current status and future plans for WAI-ARIA implementation in these libraries?