Skip to main content

React fix guide

Fix ARIA mistakes on React

Use ARIA sparingly; prefer native HTML.

Check your live page

Canonical issue page: ARIA mistakes

What this issue means

Guidance

Fix invalid combinations reported by automated tools; validate with browser accessibility inspectors.

How to fix on React

Prop spread onto DOM can inject conflicting roles—lint and type helper components.

How to fix

Prefer native elements; validate custom widgets with browser a11y inspectors.

Remove invalid combinations reported by axe; retest with keyboard.

Related: 4.1.2 Name, Role, Value.

Other platforms

TestAccessibility · Programmatic fix page · localhost:3001