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

Focus outline of WebComponent on Safari #151

Open dascritch opened 3 years ago

dascritch commented 3 years ago

We want the ability to ride off the standard accessibility feature of Apple, as we have already one. Or have a simple way to parameter it, or document it for integrators.

it's not on <cpu-audio>, it's not on :host , it's not :focus , :focus-within , :hover ..... I'm searching for the source of the default stylesheet of safari :/

(I write it in French because it really piss me off)

Si vous jouez avec les pseudo-sélecteurs de :focus comme :focus-within ou :focus-visible dans le shadowRoot et que vous vous demandez pourquoi c'est tant le bordel sur Safari. Ben c'est en rapport avec vos problèmes sur la gestion de l'événement focus , buggé depuis toujours sur Safari https://blogs.igalia.com/mrego/2021/01/28/focus-visible-in-webkit-january-2021/ Le mot-clé qui pourrait vous aider dans vos futures recherches : :-webkit-direct-focus

dascritch commented 1 year ago

:focus-visible in Safari seems supported since 15.4 .

dascritch commented 11 months ago

BTW, as I don't have a currently updated Apple iDevice to test, I woiuld like to have some help from someone having an iPad or iPhone, and knowing how to remote debug with it.