Element.focus vs aria-activedescendant
Explores the technical differences between using element.focus and aria-activedescendant for managing focus in accessible JavaScript components.
Explores the technical differences between using element.focus and aria-activedescendant for managing focus in accessible JavaScript components.
Explains the 5 essential rules for correctly implementing ARIA (Accessible Rich Internet Applications) attributes in HTML to improve web accessibility.
A developer advocates for writing less code to improve performance, reduce maintenance, and create a better user experience, with practical tips.
A technical guide on implementing accessible modal dialogs following WAI-ARIA specifications, covering markup, focus management, and keyboard interactions.
A blog post collecting reviews and errata for the book 'Apps For All: Coding Accessible Web Applications', a technical guide on web accessibility.
Introduces buttonlike.js, a jQuery plugin for making non-button elements accessible via ARIA roles, keyboard focus, and event handling.
An introduction to ARIA (Accessible Rich Internet Applications) for adding semantic meaning and improving accessibility in dynamic web interfaces.