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

@una the approach you propose above is a filter on the *background* rather than a filter on the *background-image* - that's the distinction being made by the OP in #4706 as well. But your example could still be done using the `filter()` function:

`background: filter(image(red), opacity(0.5), blur(10px));`

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

Received on Thursday, 30 April 2020 19:38:08 UTC