[Faceted Filters] Reset link purpose may not be clear #121
Labels
Category: Accessibility
Bugs found while using assistive technology
Category: Enhancement
New feature or request
Critical Path: 1
Affects all merchants/buyers
Effort: Low
Severity: 3
Normal/Low Severity
Issue summary
When a screen reader user encounters a Reset link, the purpose of the link may not be clear out of context. Screen reader software features the ability to navigate by only a specified element type. This could lead to a confusing user experience without more information.
Screenshots
Current code
HTML
Steps to reproduce
Behavior
Expected
Actual
Recommendation
id
for eachsummary
control.aria-describedby
attribute to each Reset link, setting its value to match theid
of its respective facet control.With this, the Reset links will feature more context for its purpose. For example, this Size related Reset link will be announced as, "Reset, link, Size".
Recommended code
HTML
Specifications
The text was updated successfully, but these errors were encountered: