Re: [csswg-drafts] [css-color] opacity and stacking context?

The parent opacity: 0.5, z-index:auto
The children opacity: 0.5, z-index:-1;

Rendered:
Parent: 0.5
Children: 0.25, still behind text. 

but without stacking context. 

the opacity is animated linear and there will be flickering at end of animation? It is bad solution. The opacity shall NOT CREATE stacking context. 

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

Received on Sunday, 17 December 2017 02:34:56 UTC