Bug Report
Problematic behavior
Related form fields are not grouped with <fieldset>/<legend>. Specifically, the "Read" / "Unread" radio buttons in the search filters are not grouped.
Expected behavior/code
Related fields (radio buttons, checkboxes sharing a common purpose) must be wrapped in <fieldset> with a <legend> describing the group.
Steps to Reproduce
- Open search filters
- Use a screen reader to navigate to the "Read" / "Unread" fields — no group label is announced
Environment
- RGAA Criterion: 11.5
- Severity: 🟠 Major
Possible Solution
Group "Read" / "Unread" with <fieldset>/<legend> (legend: "Read status").
Additional context/Screenshots
RGAA reference: Criterion 11.5
Bug Report
Problematic behavior
Related form fields are not grouped with
<fieldset>/<legend>. Specifically, the "Read" / "Unread" radio buttons in the search filters are not grouped.Expected behavior/code
Related fields (radio buttons, checkboxes sharing a common purpose) must be wrapped in
<fieldset>with a<legend>describing the group.Steps to Reproduce
Environment
Possible Solution
Group "Read" / "Unread" with
<fieldset>/<legend>(legend: "Read status").Additional context/Screenshots
RGAA reference: Criterion 11.5