Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focus outline of WebComponent on Safari #151

Open
dascritch opened this issue Apr 13, 2021 · 2 comments
Open

Focus outline of WebComponent on Safari #151

dascritch opened this issue Apr 13, 2021 · 2 comments
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

Comments

@dascritch
Copy link
Owner

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 dascritch added buggy browser Incorrect standard implemntation in browser doc write Need more documentation to write accessibility no one left behind labels Apr 13, 2021
@dascritch dascritch mentioned this issue Apr 13, 2021
9 tasks
@dascritch
Copy link
Owner Author

dascritch commented Sep 28, 2022

:focus-visible in Safari seems supported since 15.4 .

@dascritch dascritch added the help wanted Extra attention is needed label Sep 30, 2023
@dascritch
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant