projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
757 stars 256 forks source link

Fix the facet group toggle button accessible name #3159

Closed taylor-steve closed 4 months ago

taylor-steve commented 4 months ago

At smaller sizes when the facet group toggle button is displayed, we're getting a Label in Name (Level A) violation because the button has been given a fixed aria-label, but the visible text varies based on state (e.g., "Toggle Facets" versus "Show Facets"/"Hide Facets").

If we stop explicitly setting the toggle aria-label I believe it will use the visible text for accessibility purposes (it makes Siteimprove happy).