Presentational Role Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Presentational Role Check

Description

The “Presentational Role Check” evaluates whether all elements with a presentational role (e.g., role="presentation" or aria-hidden="true") do not contain any focusable content, such as links, buttons, or form fields.

Example outcome

I observed that no elements with presentational children have focusable content.

Impact

Fixes

To address children elements with focusable content inside a container with a presentational role:

  1. Locate the focusable element.
  2. Remove the element from the presentational container.
  3. If it must be inside the container, remove or replace the presentational role from the container.

Resources