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


Sucking on WCAG 2.0 - permanent link

Posted June 6th, 2008 by Steve Faulkner

While at @media I had the opportunity to meet up with Lachlan Hunt, who works at Opera and is a fellow W3C HTML5 working group member. He did a short interview with me for standardssuck.org, asking some questions about WCAG 2.0, the almost minted W3C specification, designed to provide guidance on how to build web […]

Continue reading “Sucking on WCAG 2.0


WAI-ARIA, it’s Easy - @media 2008 - permanent link

Posted June 4th, 2008 by Steve Faulkner

Last Friday I had the pleasure of presenting at @media 2008 on WAI-ARIA, the Web Accessibility Initiative Accessible Rich Internet Applications specification. The slides from the presentation WAI-ARIA It’s Easy are now available.

Continue reading “WAI-ARIA, it’s Easy - @media 2008


ARIA Slider, Part 1 - permanent link

Posted May 29th, 2008 by Hans Hillen

Starting with Steve’s article ARIA Toggle Button and Tri-state Checkbox examples, we will be providing more examples about how to use ARIA roles and states in practice. As Steve mentioned, ARIA (Accessible Rich Internet Applications) is steadily gaining more support by all major browsers, now that Internet Explorer, Opera and Safari are all on board. […]

Continue reading “ARIA Slider, Part 1


Making Twitter Tweet - Using the TPG Notifier - permanent link

Posted May 9th, 2008 by Steve Faulkner

As part of my presentation at the Accessibility 2.0 Conference I demonstrated a preferences module conceived by Hans Hillen, Gez Lemon and I, as a proof of concept(s) for ways to provide cues to users allowing them to benefit from and/or have access to content that changes dynamically without a page refresh.

Continue reading “Making Twitter Tweet - Using the TPG Notifier


HTML5 and alt: The editors new clothes - permanent link

Posted May 1st, 2008 by Steve Faulkner

The HTML5 editor has recently stated in his defence of the alt being optional:
“We truly do believe in research, hard data, and analysis, rather than hypotheticals; and we truly do believe that evidence suggests that what we are arguing for is going to improve the accessibility of the Web.”
Problem is, no “research, hard data, and […]

Continue reading “HTML5 and alt: The editors new clothes


Developer Beware: Using Flash to Detect Screen Readers - permanent link

Posted April 28th, 2008 by Steve Faulkner

The facility to detect some Assistive Technology by using Flash has been around since ActionScript 1.0 and Flash Player 6. The method has usually been referred to as a way to ‘detect screen readers’. Unfortunately this method, using the ActionScript Accessibility.isActive method, is not a ’screen reader’ detector.

Continue reading “Developer Beware: Using Flash to Detect Screen Readers