[csswg-drafts] [css-color-3] the 'opacity' property (#7605)

letochagone has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-3] the 'opacity' property ==
in the paragraph https://www.w3.org/TR/css-color-3/#transparency , I would like to understand the following text:

>   **If the object has children, then the effect is as if the children were blended against the current background
> using a mask where the value of each pixel of the mask is <alphavalue>**

Is it possible to illustrate it with an example including `div `s with their RGBA and an 'opacity'?

I mean, using , for example, the following formula: Cs = (1 - αb) x Cs + αb x B(Cb, Cs)

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7605 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 14 August 2022 22:23:59 UTC