dascritch / cpu-audio

An audio WebComponent to provide timecoded links and other features to an audio tag
https://dascritch.github.io/cpu-audio/
GNU Lesser General Public License v3.0
24 stars 2 forks source link

Enhance a11y on focus and buttons #116

Closed dascritch closed 3 years ago

dascritch commented 3 years ago
dascritch commented 3 years ago

We must style the whole WebComponent focus outline. And hide the shadow one.

dascritch commented 3 years ago

We don't really need it, as we already have focus, hover rules https://ricardozea.medium.com/how-to-remove-the-blue-border-outline-in-chrome-safari-and-dotted-line-in-firefox-edge-fe5e2155d44c

If there is a need of focus color, we should have it on the whole component, and so we don't need a css variable

I would try to remove the blue halo of Safari, to document how to make it.