Re: [csswg-drafts] Suggestion: “background-opacity” CSS property (as suggested by CSS-Tricks.com). (#4996)

Just want to note that this is implemented with `backdrop-filter`

> For completeness, another option based on the filter() method mentioned in #4706 is: `background-image: filter(url('ducky.png'), opacity(0.5));`

I like this solution. I'd love to add filters to backgrounds here. I would use a `/` to differentiate from filters and backgrounds. That could also look like:

`background: red / opacity(0.5) blur(10px); `

-- 
GitHub Notification of comment by una
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4996#issuecomment-621293012 using your GitHub account

Received on Wednesday, 29 April 2020 15:39:29 UTC