Filters should be grouped using a <fieldset> and <legend> markup #12883
Labels
accessibility
Issues related to accessibility
Blocked
Issues that are blocked on factors other than blocking issues.
Facilities
Facilities products (VAMC, Vet Center, etc)
Facility Locator
product owned by Facilities team
sitewide
UX
VA.gov frontend
CMS team practice area
Description
Related field elements in the same form should be grouped together using a
<fieldset>
and<legend>
markup. This allows sreen readers users to hear the context of each field as the go through the form.For example, in the case of the search filter, if a legend were added of "Find a VA location", when they would hear "Service type, Find a VA location" when they tabbed to that particular select field.
Acceptance Criteria
<fieldset>
wraps all form elements<legend>
is addedThe text was updated successfully, but these errors were encountered: