Keyboard interaction patterns, focus trapping, focus restoration, and modern event.key usage for accessible custom widgets.
JavascriptBest practices of accessibility in front-end development
Tips, tricks and tools for building inclusive, accessible web applications.
Using CSS to visually detect accessibility issues like missing alt text, empty links, improper heading order, and missing ARIA labels during development.
CSSReplacing device-dependent event handlers with accessible alternatives to ensure keyboard, touch, and pointer compatibility.
JavascriptManaging focus after route changes in single-page applications to ensure screen reader users know when content has updated.
JavascriptUsing HTML5 landmark elements and ARIA roles to create navigable page regions for screen reader users.
HTMLCSS techniques to highlight missing alt attributes, along with best practices for writing alt text, SVGs, and complex images.
CSS