form
Landmark roleA 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>References