Skip to content

fix: preserve backdrop-filter when webkit fallback is present#1259

Open
fireairforce wants to merge 2 commits into
parcel-bundler:masterfrom
utooland:preserve-backdrop-filter
Open

fix: preserve backdrop-filter when webkit fallback is present#1259
fireairforce wants to merge 2 commits into
parcel-bundler:masterfrom
utooland:preserve-backdrop-filter

Conversation

@fireairforce

@fireairforce fireairforce commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

@fireairforce
fireairforce force-pushed the preserve-backdrop-filter branch from 126321c to ba4bde2 Compare June 2, 2026 06:28
Comment thread src/lib.rs
r#"
.foo {
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if the values of prefixed properties are different? It’s best to have a test to cover this scenario.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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

Successfully merging this pull request may close these issues.

Backdrop Filter outputs only preffixed version

2 participants