NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.54k stars 643 forks source link

Fixes a11y bug on search page tooltip #9847

Closed advay26 closed 6 months ago

advay26 commented 7 months ago

Some of my previous changes introduced a new a11y bug. The 'Frameworks' filter tooltip was missing an aria-label, which I've now fixed.

I also took the chance to change the aria-label string to a NuGetGallery.Strings resource so that we don't have to change the text in multiple places the next time we need changes.

This clears a11y Fast Pass now. There's no visible UI changes.

NOTE: The changes on lines 77-81 are just whitespace changes.