Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(storefront): BCTHEME-129 Quick search aria hidden element should … #1739

Merged
merged 1 commit into from
Jul 28, 2020

Conversation

BC-tymurbiedukhin
Copy link
Contributor

…not be focusable

What?

The quick search hidden search box currently has the attribute aria-hidden to indicate that it is visually hidden, however, this causes it to be ignored by screen readers.
The search box should use the attribute display:none to properly hide this element.

Tickets / Documentation

Ticket

Screenshots (if appropriate)

Video is attached in ticket

@bigbot
Copy link

bigbot commented Jul 27, 2020

Autotagging @bigcommerce/storefront-team @davidchin

@BC-tymurbiedukhin BC-tymurbiedukhin merged commit 8d3106f into bigcommerce:master Jul 28, 2020
@BC-tymurbiedukhin BC-tymurbiedukhin deleted the BCTHEME-129 branch July 28, 2020 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants