Skip to content

Find what you need, instantly

Search components, ARIA roles & attributes, and WCAG criteria.

All roles

generic

Document structure role

A role for an element that has no meaningful semantics of its own, such as a `<div>` or `<span>`. Assistive technologies expose its content but announce no role for the element itself. You rarely set it explicitly; it describes what these container elements already are.

Used on
An element with no meaningful role, like <div> or <span>.
Accessible name
Not applicable — naming is prohibited.
Example
role="generic"
<div><!-- generic container --></div>