Focus outline of WebComponent on Safari #151
Labels
accessibility
no one left behind
buggy browser
Incorrect standard implemntation in browser
doc write
Need more documentation to write
help wanted
Extra attention is needed
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 :/
:host(:focus) { outline : none; }
not working too :/(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
The text was updated successfully, but these errors were encountered: