Skip to content

[css-color] opacity and stacking context? #2093

@Nadya678

Description

@Nadya678

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions