HTML5: Techniques for providing useful text alternatives
HTML5: Techniques for providing useful text alternatives is a work in progress currently edited by me, I encourage anyone with an interest to contribute to its development.
HTML5: Techniques for providing useful text alternatives is a work in progress currently edited by me, I encourage anyone with an interest to contribute to its development.
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 [...]
Will HTML5 make the use of WAI-ARIA in HTML redundant? the short answer is definitley not. There are many ARIA roles and properties that are not provided by native elements and attributes in HTML5. Also developers still have the desire to roll their own interactive controls even though they have been available in HTML as [...]
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.
Testing of the latest builds of the major Windows browsers indicates Google Chrome’s ARIA role support improving, 18 of 47 roles are now correctly mapped to MSAA roles. There has been no change in Opera or IE support and only minimal improvement in Safari/Webkit support. There has been a minor regression in Firefox support in the [...]