article
Document structure roleA 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>References