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
:where()
Not all browser versions support :where() selector. It should raise a warning for Safari 13 for example.
See caniuse.
The text was updated successfully, but these errors were encountered:
Fixed:
echo "body:where() {}" | npx doiuse <streaming css input>:1:1: :is() CSS pseudo-class not supported by: Opera Mini (all) and only partially supported by: UC Browser for Android (13.4), QQ Browser (13.1), KaiOS Browser (2.5) (css-matches-pseudo)
Sorry, something went wrong.
No branches or pull requests
Not all browser versions support
:where()
selector. It should raise a warning for Safari 13 for example.See caniuse.
The text was updated successfully, but these errors were encountered: