[Faceted Filters] Clear controls do not manage focus #109
Labels
Category: Accessibility
Bugs found while using assistive technology
Category: Bug
Something isn't working
Critical Path: 1
Affects all merchants/buyers
Effort: Medium
Severity: 2
High Severity
Issue summary
When using the facet clear controls, keyboard focus is not managed on behalf of the user. When a clear control is activated focus is lost and, depending on the environment, could be placed at the top of the DOM. As a result, users may need to navigate back to where they were previously. Some sighted AT user groups may be confused when the focus indicator disappears as a result.
Screenshots
Steps to reproduce
Behavior
Expected
Actual
Recommendation
On Desktop:
tabindex="-1"
to the heading in order for it to receive focus.On Mobile:
With this in place, keyboard-only users and screen reader users will have focus set back to a logical start position providing a mechanism to continue navigating from this point. Other sighted AT users (such as voice dictation) will have an understanding of the current keyboard cursor position.
Recommended code
Specifications
The text was updated successfully, but these errors were encountered: