ARIA

117 bookmarks
Newest
ARIA in HTML | scottohara.me
ARIA in HTML | scottohara.me
On July 6 2021 the ARIA in HTML specification, that I co-edit along with Steve Faulkner and Patrick H. Lauke, became a W3C Candidate Recommendation Snapshot...
·scottohara.me·
ARIA in HTML | scottohara.me
When CSS Isn’t Enough: JavaScript Requirements For Accessible Components — Smashing Magazine
When CSS Isn’t Enough: JavaScript Requirements For Accessible Components — Smashing Magazine
Spoiler alert: tooltips, modals, tabs, carousels, and dropdown menus are some of the user interface components that require more than CSS. To ensure accessibility of your interface, JavaScript is a necessary addition to accomplish focus management, respond to keyboard events, and toggle ARIA attributes.
·smashingmagazine.com·
When CSS Isn’t Enough: JavaScript Requirements For Accessible Components — Smashing Magazine
Avoid aria-roledescription | Adrian Roselli
Avoid aria-roledescription | Adrian Roselli
HTML has all sorts of built-in features that, when used correctly, are accessible, will localize, and which just work. For example, if I want a button, I use , and a screen reader will announce it as button. For users in other languages, they will hear whatever is their word…
·adrianroselli.com·
Avoid aria-roledescription | Adrian Roselli
Uncanny A11y | Adrian Roselli
Uncanny A11y | Adrian Roselli
Original photo by Kevin Hale (photo no longer on Flickr), text added. CC BY-SA 2.0. The pun in the title is that some people pronounce the a11y numeronym as “alley”. That makes the full title sound like uncanny valley, the concept of human-looking things seeming almost, but not quite, human…
·adrianroselli.com·
Uncanny A11y | Adrian Roselli
How and why to use aria-live | Go Make Things
How and why to use aria-live | Go Make Things
Yesterday, we talked about screen readers (and why you should use one). What happens if you have a piece of content that changes dynamically on your page? How do screen readers let the user know that content has changed? For example, imagine you had an input for users to type their name. Below it, you have an element that displays “Hello {user’s name}!” in real time as they type. How does a screen reader user know about the message in the #app element?
·gomakethings.com·
How and why to use aria-live | Go Make Things
Bad ARIA practices
Bad ARIA practices
There are certain situations where ARIA is a good (and maybe the only) way to go. But if done wrong, usage of ARIA often leads to even worse accessibility. Especially accessibility novices tend to misuse ARIA to "optimise" smelly code.
·accessibility-developer-guide.com·
Bad ARIA practices
Using ARIA
Using ARIA
This document is a practical guide for developers on how to add accessibility information to HTML elements using the Accessible Rich Internet Applications specification [WAI-ARIA-1.1], which defines a way to make Web content and Web applications more accessible to people with disabilities. This document demonstrates how to use WAI-ARIA in [HTML51], which especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.
·w3.org·
Using ARIA