critical WCAG 1.3.1 aria-required-parent

ARIA Required Parent — WCAG 1.3.1 Fix Guide

Ensures elements with an ARIA role that require a parent role are contained in that parent.

🔍 Find This Violation on Your Site →

What Is the ARIA Required Parent Violation?

Ensures elements with an ARIA role that require a parent role are contained in that parent.

WCAG Criterion1.3.1
Impactcritical
axe-core Rule IDaria-required-parent
WCAG PrinciplePerceivable

How to Fix ARIA Required Parent

Wrap ARIA child roles in their required parent. For example, role="option" must be inside role="listbox", role="menuitem" inside role="menu", role="tab" inside role="tablist".

Run a free Accessalyze scan to find all instances of this violation on your site, with AI-generated fix code for each specific element.

🔍 Scan Your Site for ARIA Required Parent Violations →

Who Is Affected?

The ARIA Required Parent violation impacts users who rely on assistive technologies including:

Approximately 1 in 4 adults in the United States has some type of disability. Fixing this violation improves access for millions of users.

Find ARIA Required Parent Violations on Your Site

Free scan in 30 seconds. Get the exact elements with this violation plus AI fix code.

🔍 Scan Free — No Signup

Related WCAG Violations