You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A form label can only apply to one element via it's id.
Right now, sort-by refers to its select element via name when it should use id.
There should also be labels for each of the date range inputs. We can hide them from visual display, but screen readers will need to be able to announce the field.
Acceptance Criteria
The UI implemented for this issue meets accessibility requirements
First step
Go to the search page and look in the Accessibility panel of Devtools.
This section can be completed by the DLS team
The text was updated successfully, but these errors were encountered:
Summary or User Story
A form label can only apply to one element via it's id.
Right now, sort-by refers to its select element via
name
when it should useid
.There should also be labels for each of the date range inputs. We can hide them from visual display, but screen readers will need to be able to announce the field.
Acceptance Criteria
First step
Go to the search page and look in the Accessibility panel of Devtools.
This section can be completed by the DLS team
The text was updated successfully, but these errors were encountered: