Presentations tagged ARIA
ARIA elsewhere
Other relevant things on ARIA you might find valuable.
How to Use ARIA Roles and Properties Effectively
Accessible Rich Internet Applications (ARIA) is one of the most powerful tools in a developer’s accessibility toolkit—but it’s also one…
Read MoreWhat I Wish Someone Told Me When I Was Getting Into ARIA
If you haven’t encountered ARIA before, great! It’s a chance to learn something new and exciting. If you have heard…
Read MoreConsiderations for making a tree view component accessible
Tree views are notoriously difficult to implement in an accessible way. This post is a deep dive into some of…
Read MoreDon’t Use aria-label on Static Text Elements | Ben Myers
Don’t use the aria-label or aria-labelledby attributes on <div>s, <span>s, or other elements representing static/noninteractive text-level semantics, such as <p>,…
Read MoreWhat ARIA still does not do
In 2014 I wrote an article What ARIA does not do It stated: ARIA is a set of attributes that can…
Read MoreWhy are my live regions not working?
Live regions have a reputation for being “flaky” and inconsistent. While this can be attributed in part to shortcomings in…
Read MoreWhy are my live regions not working? – TetraLogical
Live regions have a reputation for being “flaky” and inconsistent. While this can be attributed in part to shortcomings in…
Read MoreX marks the spot: Landmark elements
Imagine you had to describe the way through a building to someone without being able to point out certain things…
Read MoreAccessible notifications with ARIA Live Regions (Part 1) – Sara Soueidan, inclusive design engineer
Without live regions, some rich web applications would be more challenging to use for screen reader users. So if you’re…
Read More