Skip to main content
← All Tags

Accessibility

12 articles in this category

AI NewsWeb DevelopmentAccessibility

Engineering WCAG 2.2 AA Compliance: A Technical Retrospective

Centro Labs achieved WCAG 2.2 Level AA compliance for LocalMate, addressing critical accessibility barriers for the 15-20% of users living with disabilities.

Read more
AI NewsFrontendAccessibility

ARIA Labels Done Wrong: Common Accessibility Mistakes in Production

Technical audit reveals 70% of ARIA implementations in production are broken or redundant, causing significant confusion for screen reader users.

Read more
AI NewsWeb DevelopmentAccessibility

Engineering Accessible Email Marketing: A Technical Implementation Guide

Learn to implement accessible email marketing to reach 2.2 billion vision-impaired users and comply with the June 2025 European Accessibility Act.

Read more
AI NewsArticlesAccessibility

Choosing Between the Popover API and Dialog API for Web Accessibility

The Popover API offers native accessibility features like automatic focus management and light dismiss, making it superior to the Dialog API for non-modal UI elements.

Read more
AI NewsCSSAccessibility

Approximating contrast-color() With Other CSS Features

CSS-Tricks explores a cross-browser friendly way to implement contrast-color() using other new CSS features, achieving a 60-65% threshold for better contrast.

Read more
AI NewsAccessibilityMultimodal Interfaces

Google AI Introduces Natively Adaptive Interfaces (NAI) for Enhanced Accessibility

Google AI introduces Natively Adaptive Interfaces (NAI), a framework that integrates accessibility into the core architecture of software applications, reducing the accessibility gap by up to 70%.

Read more
AI NewsAccessibilityWeb Development

Focus Trapping in Dialogs is Deprecated

New research indicates focus trapping is no longer necessary within `<dialog>` elements, simplifying modal accessibility.

Read more
AI NewsAccessibilityWeb Development

I Learned The First Rule of ARIA the Hard Way

A developer learned that semantic HTML handles accessibility better than ARIA, and misusing ARIA can introduce ambiguity and break functionality.

Read more
AI NewsSwiftUIAccessibility

SwiftUI Accessibility Internals: Building Natively Accessible Apps

SwiftUI creates a parallel accessibility tree alongside the visual view tree, impacting how assistive technologies like VoiceOver interpret the UI.

Read more
AI NewsASP.NET CoreAccessibility

Checkbox Aria TagHelper for ASP.NET Core Accessibility

ASP.NET Core TagHelper ensures checkboxes are accessible to screen readers by syncing aria-checked attributes.

Read more
AI NewsAccessibilityWeb Development

Why Semantic HTML Buttons Outperform Divs with ARIA Roles for Accessibility

Using <button> instead of <div role='button'> improves accessibility by 80% in keyboard and screen reader interactions.

Read more
AI NewsWeb DevelopmentCSS

Pure CSS Tabs With Details, Grid, and Subgrid

A modern approach to creating accessible CSS-only tabs using the <details> element, CSS Grid, and Subgrid, with practical implementation examples and accessibility considerations.

Read more