make use of fieldsets / group form elements
Open
Nobody has claimed this yet.
0. Needs triage
accessibility
bug
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
Here the fields are divided into three columns. Using fieldsets around these, with visible headings in legend-elements will connect each form object in each fieldset to its legend-attribute, making this interface a lot easier to understand and use for screen reader users.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is identified in the issue. Start by locating the three-column form shown in the screenshot, then inspect how its fields are grouped. Done means the groups use fieldsets with visible legend headings that clearly associate each form object for screen reader users.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- accessibility, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100