‘Web Accessibility’ Archive

Adobe Flex Accessibility Webinar

Adobe Flex Accessibility Webinar
Hans Hillen from TPG is presenting a Flex Accessibility Webinar in conjunction with Adobe. It will be on Wednesday, July 21st 12:00 noon, US EST, and it’s free to attend.

Google Chrome Screen Reader Support update

Following last weeks post about Google Chrome accessibility which was prompted by The Google Chrome Screen Reader Accessibility Petition created by Alex Hiironen, new information about Google Chrome screen reader support has been added to the Google Chrome (Chromium) wiki: 

Supported Screen Readers
The latest versions of these screen readers have partial support for Chrome now:

System Access to Go (Windows)
VoiceOver (Mac OS X)

These [...]

AViewer beta

Here at TPG we  have been working on a new tool to inspect  elements on a web page and be able to view the HTML code, ARIA attributes (if any) and the information being conveyed by the browser to  accessibility APIs, all in one neatish interface. We have given it the catchy moniker   “AViewer” and a [...]

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.

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 [...]