JAWS version 10 with WAI-ARIA live region support! - permanent link

Posted August 22nd, 2008 by Steve Faulkner

I for one have been waiting to hear this news. One of the big 2 commercial screen readers will now support WAI-ARIA live regions. Let’s hope that this prompts GWMicro to add support in Window-Eyes. The JAWS version 10 public beta is scheduled for release during the week of August 24, 2008!

Continue reading “JAWS version 10 with WAI-ARIA live region support!


Hands-On Accessible Rich Internet Applications (ARIA) @ SXSW Interactive 2009 - permanent link

Posted August 9th, 2008 by Steve Faulkner

Martin Kliehm has proposed a panel for South by Southwest (SXSW) held March 13-17, 2009 in Austin, Texas. : ‘Hands-On Accessible Rich Internet Applications (ARIA)’ .

Continue reading “Hands-On Accessible Rich Internet Applications (ARIA) @ SXSW Interactive 2009


Do WAI-ARIA - Google Is! - permanent link

Posted August 7th, 2008 by Steve Faulkner

There a bunch of interesting posts on Marco’s blog about WAI-ARIA: The first one ARIA in Gmail #1: Alerts is about the use of the WAI-ARIA role=”alert” and its use in Gmail.

Continue reading “Do WAI-ARIA - Google Is!


A Brave New alt in {HTML5} - permanent link

Posted August 4th, 2008 by Steve Faulkner

After much data crunching Of  ’billions of web pages’, in his infinite wisdom the King of HTML5 has given us a whole new way of using the alt attribute in HTML5:

Continue reading “A Brave New alt in {HTML5}


Introduction to WAI ARIA - Gez Lemon - permanent link

Posted July 31st, 2008 by Steve Faulkner

Gez Lemon from TPG has written an article for Dev.Opera, which provides an Introduction to WAI ARIA.

Continue reading “Introduction to WAI ARIA - Gez Lemon


Social Accessibility - Threes a Crowd? - permanent link

Posted July 18th, 2008 by Steve Faulkner

I started to write a post about the new social accessibility tools/services that have been announced in the last week or so: IBM Social Accessibility Project and Webvisum.

Continue reading “Social Accessibility - Threes a Crowd?


Circumventing Hegemony in the HTML WG - permanent link

Posted July 4th, 2008 by Steve Faulkner

Raising Issues
In order to raise an issue or proposal in regards to the HTML5 specification you do not have to be a member of the W3C HTML Working Group (HTML WG). Anyone can simply enter a bug into the HTML Bugzilla. If the proposal or issue is rejected by those that control the specification and […]

Continue reading “Circumventing Hegemony in the HTML WG


ARIA Slider, Part 3 - permanent link

Posted June 20th, 2008 by Hans Hillen

After covering a basic ARIA slider as well as a more complex slider component, we will take a closer look at how a slider can be used to create a more obscure but very powerful widget: the double slider (or ‘range slider’). We will discuss what to think about when creating a double slider, and […]

Continue reading “ARIA Slider, Part 3


RNIB Surf Right Toolbar Released - permanent link

Posted June 17th, 2008 by Steve Faulkner

A beta version of the RNIB Surf Right Toolbar (for IE) is now available. This is a tool for users to help them modify web content presentation to suit their needs. The toolbar brings built in Internet Explorer Accessibility features to the fore, as well as providing enhanced custom styles support and and easy access […]

Continue reading “RNIB Surf Right Toolbar Released


ARIA Slider, Part 2 - permanent link

Posted June 16th, 2008 by Hans Hillen

In my previous post I gave an example for a very minimalistic ARIA slider, with the intention of demonstrating how simple it is to add ARIA using only a few attributes. I know there are some developers out there who wishfully think that, in order to make their rich interface widgets accessible, all they have to do is add ARIA to it. Others are skeptical about ARIA for that very reason. The truth is of course that ARIA is only part of the effort, and work is required to make any widget accessible (whether you’re using ARIA or not). In this post I want to cover some of those issues and give an overview of what else to think about when creating an accessible slider.

Continue reading “ARIA Slider, Part 2