SalesforceCommerceCloud / pwa-kit

React-based JavaScript frontend framework to create a progressive web app (PWA) storefront for Salesforce B2C Commerce.
https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/pwa-kit-overview.html
BSD 3-Clause "New" or "Revised" License
283 stars 130 forks source link

@W-12627056@ Add aria hidden to search icon #1809

Closed vcua-mobify closed 4 months ago

vcua-mobify commented 4 months ago

Adds aria-hidden to the search icons as some screen readers are able to land on it despite the focusable=false.

Note: On my mac, my screen reader is already unable to find the search icon due to focusable=false but adding the aria-hidden is a quick and harmless change.