We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-visible pseude selector does not seem to be checked against caniuse database. It is supported from Chrome 86 onwards: https://caniuse.com/mdn-css_selectors_focus-visible
The text was updated successfully, but these errors were encountered:
Fixed:
echo "body:focus-visible{}"| npx doiuse <streaming css input>:1:1: :focus-visible CSS pseudo-class not supported by: Opera Mini (all), UC Browser for Android (13.4), QQ Browser (13.1) (css-focus-visible)
Sorry, something went wrong.
No branches or pull requests
:focus-visible pseude selector does not seem to be checked against caniuse database.
It is supported from Chrome 86 onwards: https://caniuse.com/mdn-css_selectors_focus-visible
The text was updated successfully, but these errors were encountered: