-
Notifications
You must be signed in to change notification settings - Fork 239
Add CSS filter() function #3718
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
base: main
Are you sure you want to change the base?
Conversation
bb52dfc to
42b5da1
Compare
|
@captainbrosset @foolip Could you please take a look? |
@nt1m do you know if there's already a PR opened on BCD to add the required keys for this feature? If there isn't one, would you or someone on your end be able to create one? |
|
I created a BCD PR here: mdn/browser-compat-data#28916 . I was reluctant to create one until some MDN docs were written, but it looks like you can just create one independently! |
e4ddfc0 to
b126486
Compare
Fixes web-platform-dx#3378 This has been supported since Safari 9, see https://caniuse.com/css-filter-function.
b126486 to
7f872b9
Compare
|
Ah, you'll need double quotes around the descriptions. Otherwise the : characters break the yaml syntax. |
|
We'll have to wait for the BCD key to be released and then bump our dependency to BCD on the repo for this to build. |
Fixes #3378
This has been supported since Safari 9, see https://caniuse.com/css-filter-function.