[css-compositing] Normal blend mode (was: some proposals)

>
>
> >d. Add a new blend mode: 'normal'
>
> Adding 'normal' makes sense.
>
> >- this is the default blend mode on all groups and leafs.
>
> Yes.
>
> >- similar to PD's src-over except it doesn't create a new stacking context
> >- 'enable-background' and 'knock-out' apply
>
> No need for enable-background again...


Enable-background determines how children with blend modes will composite
against your background.
So, if you have a blend of 'normal' and your children have blending other
than 'normal',  'enable-background: new' will make a difference.

Now that we're splitting up the spec, this proposal becomes moot we no
longer need to make special cases for PD and non-PD.

Rik

Received on Thursday, 10 November 2011 22:42:12 UTC