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

:where() selector #145

Closed
diatche opened this issue Oct 12, 2021 · 1 comment
Closed

:where() selector #145

diatche opened this issue Oct 12, 2021 · 1 comment

Comments

@diatche
Copy link

diatche commented Oct 12, 2021

Not all browser versions support :where() selector. It should raise a warning for Safari 13 for example.

See caniuse.

@clshortfuse
Copy link
Collaborator

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants