Skip to content

Find what you need, instantly

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

All roles

form

Landmark role

A landmark identifying a section that contains a group of form controls submitted together. Like region, it's only exposed as a landmark when it has an accessible name. A native `<form>` element conveys this role when labelled.

Used on
A collection of form-related controls. Prefer <form>.
Accessible name
Recommended, via aria-labelledby or aria-label, to expose it as a landmark.
Used by components
Example
role="form"
<form aria-label="Contact us">…</form>
See a live, tested example on the Form patterns page