Presentations tagged ARIA
ARIA elsewhere
Other relevant things on ARIA you might find valuable.
Considerations 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