How Semantics and ARIA Attributes Support Accessible Design
Most accessibility issues aren’t related to flashy visual content. Instead, they start with missing meaning. A button that looks right but doesn’t “say” it’s a button. A modal that appears…

Most accessibility issues aren’t related to flashy visual content. Instead, they start with missing meaning. A button that looks right but doesn’t “say” it’s a button. A modal that appears…
July 22, 2025 | Accessibility Strategy, Business

January 11, 2024 | Events/Webinars, Webinars

Having read Steve Faulkner’s post a short while ago about the often-questionable use of roles in HTML when a more suitable native HTML element would be far better, I was…
May 16, 2021 | Technical
The ARIA attributes aria-labelledby and aria-describedby can be used to provide an accessible name or accessible description for a subset of HTML elements. It is important to note that by…
May 12, 2015 | Technical
There has been ongoing discussion, mainly on twitter, about Dragon naturally speaking, ARIA and Accessibility APIs. A recent tweet informs these notes.
November 19, 2013 | Technical
Recently Gez Lemon of TPGi 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.
July 27, 2009 | Technical
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…
July 13, 2009 | Technical
Victor Tsarin asked on Twitter Safari4 final came out but I don’t see any #ARIA improvements. Do you? The Safari 4 New features page talks about ARIA support Safari supports…
June 11, 2009 | Technical
The Microsoft MSAA API cannot provide mapping for all ARIA roles as it does not have defined roles and properties for all those defined by The ARIA specification, the Microsoft…
May 26, 2009 | Technical
For the roles defined in WAI-ARIA it is expected that browsers expose the role values via an accessibility API, on the Apple OS X platform the information is exposed using…
March 17, 2009 | Technical
For the roles defined in WAI-ARIA it is expected that browsers expose the role values via an accessibility API, on the Windows platform the information is usually exposed using the…
March 16, 2009 | Technical

An issue with the use of WAI-ARIA in HTML documents is that they don’t validate. When you run a HTML document containing ARIA attributes through the W3C Validator it shows…
January 19, 2009 | Technical

Assistive technology such as screen readers provide keyboard short cuts for navigating the content of web pages. For user input controls such as radio buttons and edit boxes the user…
December 9, 2008 | Technical
For WAI-ARIA to be useful, to people with disabilities who use assistive technology, access to the information that ARIA roles and properties provides must be well supported across a range…
December 4, 2008 | Technical
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…
August 22, 2008 | Technical

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)’ .
August 9, 2008 | Technical
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…
August 7, 2008 | Technical