ARIA

132 bookmarks
Newest
‘Can I Use…’, but for ARIA! - Bocoup
‘Can I Use…’, but for ARIA! - Bocoup
Three years ago we announced our work on the ARIA-AT program to develop an interoperability testing system for assistive technologies, starting with screen readers. Last year we completed a redesign of the ARIA Practices Giude (APG), which web developers use for guidance on making accessible websites and apps. We’ve been hard at work along the way to build a testing system and collect results on screen reader web rendering interoperability. Today we’re announcing that the first round of test results from ARIA-AT are available and embedded on the APG so web developers can read about screen reader support for various ARIA features.
·bocoup.com·
‘Can I Use…’, but for ARIA! - Bocoup
HTML Accessibility API Mappings 1.0
HTML Accessibility API Mappings 1.0
HTML Accessibility API Mappings (HTML-AAM) defines how user agents map HTML [HTML] elements and attributes to platform accessibility application programming interfaces (APIs). It leverages and extends the Core Accessibility API Mappings 1.2 and the Accessible Name and Description Computation 1.1 for use with the HTML host language. Documenting these mappings promotes interoperable exposure of roles, states, properties, and events implemented by accessibility APIs and helps to ensure that this information appears in a manner consistent with author intent.
·w3c.github.io·
HTML Accessibility API Mappings 1.0
ARIA vs HTML
ARIA vs HTML
Using ARIA instead of HTML is generally fine for content, layout, structure, and other static bits of a page. A div role=”heading” aria-level=”1″ is the same as h1 as far users and accessibility APIs are concerned. It is unlikely a user will ever notice the difference unless you use both…
·adrianroselli.com·
ARIA vs HTML
Die ARIA-Combobox
Die ARIA-Combobox
Type-Ahead, Autocomplete, Autosuggest — die Combobox hat viele Namen. Wir erläutern die barrierefreie Umsetzung fürs Web nach ARIA 1.2.
·tollwerk.de·
Die ARIA-Combobox
Making Sense Of WAI-ARIA: A Comprehensive Guide — Smashing Magazine
Making Sense Of WAI-ARIA: A Comprehensive Guide — Smashing Magazine
In this article, Kate Kalcevich explains when to use ARIA and how to use it properly so that you can use ARIA in a way that’s helpful to the many disabled people who use [assistive technology](https://makeitfable.com/glossary/?utm_source=Smashing+Magazine&utm_medium=sponsored+content&utm_campaign=Upskill&utm_term=Fable&utm_content=Sept2022) to navigate the Internet. Let’s dive in!
·smashingmagazine.com·
Making Sense Of WAI-ARIA: A Comprehensive Guide — Smashing Magazine
Are we live? | scottohara.me
Are we live? | scottohara.me
If you have an interface where content is dynamically updated, and when the content is updated it does not receive focus, then you likely are going to need a...
·scottohara.me·
Are we live? | scottohara.me
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