Feature - Form Label
- WAVE Category: Feature
- WAVE ACCESSIBILITY PATTERN: Form Label
Page Content Status
- WAVE Tool Reference text
- Example of a DOM Snippet Generated From WAVE Tool
- Screenshots of Accessibility Pattern in Use
- Credits/Authors
WAVE Tool Reference
Click to see WAVE Tool Reference
This content added 2026-04-27. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#fieldset
WAVE Category
Features
WAVE Error
Fieldset
What It Means
A fieldset is present.
Why It Matters
A fieldset provides a visual and structural grouping of related form elements. If present, a fieldset legend presents a description of the grouped form elements to screen reader users. A fieldset and legend are typically necessary for groups of check boxes or radio buttons.
What To Do
Ensure that the fieldset encloses the proper form elements. Most fieldsets should have an accurate, descriptive, and succinct legend. Note that the legend is repeated to screen reader users for each form control within the fieldsets.
The Algorithm... in English
A fieldset element is present.
Standards and Guidelines
Example of a DOM Snippet Generated From WAVE Tool
Screenshots of Accessibility Pattern in Use
1. Descriptive Title for Screenshot Set 1
Description/text for image
[INSERT IMAGE HERE]
Credits/Authors
- @MissBrandyLea
- [INCLUDE Contributor 2]
- [INCLUDE Contributor N]