Browse

All Accessibility Tips - Page 4

Browse every accessibility tip, pattern, and testing guide published on Accessibility Tips.

Focus management in SPAs

Managing focus after route changes in single-page applications to ensure screen reader users know when content has updated.

Javascript
HTML Landmarks for accessibility

Using HTML5 landmark elements and ARIA roles to create navigable page regions for screen reader users.

HTML
Indicate img elements that miss alt attribute

CSS techniques to highlight missing alt attributes, along with best practices for writing alt text, SVGs, and complex images.

CSS
Reduced motion and animations

Respecting user motion preferences with prefers-reduced-motion, managing auto-playing content, and designing animations that do not cause harm.

CSS
Screen reader testing guide

A practical guide to testing with NVDA, VoiceOver, and TalkBack including essential keyboard shortcuts and common testing patterns.

Accessibility
Semantic HTML vs div soup

When to use semantic elements like section, article, aside, and figure instead of generic divs, and why it matters for screen readers and SEO.

HTML