Do we need to explicitly set `:focus-visible' in badge.js? On the Shiny site, I'm seeing this as I tab through the navigation: https://github.com/user-attachments/assets/c28e5528-eb75-4291-9655-a0ff7fe2f74d I added: ``` #supported-by-posit:focus-visible { box-shadow: 0 0 0 .25rem rgba(0,123,194,.25) } ``` and that shows like this: https://github.com/user-attachments/assets/57444dfe-6e99-457f-b989-0644070f1efb I'm curious if you know of any other accessibility concerns we should look into as well?