Skip to content

Find what you need, instantly

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

All roles

article

Document structure role

A self-contained composition that could stand alone or be syndicated, such as a blog post, comment, or card. Nesting articles implies the inner ones relate to the outer. The native `<article>` element conveys this role.

Used on
A self-contained composition. Prefer <article>.
Accessible name
Recommended, via aria-labelledby or aria-label.
Example
role="article"
<article aria-labelledby="post-title">…</article>