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

Support for detecting unofficial features #107

Closed
douglaseggleton opened this issue May 31, 2019 · 2 comments
Closed

Support for detecting unofficial features #107

douglaseggleton opened this issue May 31, 2019 · 2 comments

Comments

@douglaseggleton
Copy link

Currently the library does not support the detection of :focus-within https://caniuse.com/#feat=css-focus-within

e.g.

body:focus-within {
  background: green;
}

Thoughts on adding support for this?

@pkuczynski
Copy link
Collaborator

I would happily accept a PR if you have some time to work on it?

@clshortfuse
Copy link
Collaborator

clshortfuse commented Jul 5, 2023

Fixed:

echo "body:focus-within {}"| npx doiuse --browsers "ie >= 9"
<streaming css input>:1:1: :focus-within CSS pseudo-class not supported by: IE (9,10,11) (css-focus-within)

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

3 participants