-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Description
https://drafts.csswg.org/css-color/#icc-colors
There shall be no additional stacking context for the opacity. It works good and is used in many of sites with absolute, relative and fixed positioning for children. For example a menu with a "button" to show with animations to show it always on top.
There shall be only cleared that the children cannot have greater opacity than parent (IE issue) and that opacity:0 is not equivalent of visibility:hidden;
If I want stacking context I set position relative and z-index to 0.
Why new Editors Draft is not compatible with current behaviour of browsers and former specification?