[Faceted Filters] Price filter input missing accurate accessible name #113
Labels
Category: Accessibility
Bugs found while using assistive technology
Category: Bug
Something isn't working
Severity: 1
Urgent Severity
Issue summary
The Price facet
input
elements do not feature a programmatically associatedlabel
to describe their purpose. Currently theplaceholder
attribute is used as the accessible name. As a result, there is an incorrect description announced on focus. This could lead to a confusing or frustrating user experience for screen reader or voice dictation users who rely on accurate labelling.Screenshots
Current code
HTML
Steps to reproduce
input
controls.Behavior
Expected
input
to be accompanied by a descriptive accessible name.Actual
input
accessible name/label
association are inaccurate.Recommendation
id
for eachinput
control.for
attribute value to match theid
of the associatedinput
.Recommended code
HTML
Specifications
The text was updated successfully, but these errors were encountered: