Closed
Description
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
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)